#CA6B6F

Color #CA6B6F Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #CA6B6F

Tints of Froly #CA6B6F

Color information

#CA6B6F (or 0xCA6B6F) is unknown color: approx Froly. HEX triplet: CA, 6B and 6F. RGB value is (202,107,111). Sum of RGB (Red+Green+Blue) = 202+107+111=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B6F is #359490. Grayscale: #878787. Windows color (decimal): -3511441 or 7302090. OLE color: 7302090.

HSL color Cylindrical-coordinate representation of color #CA6B6F: hue angle of 357.47º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6B6F is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB202107111-
CMYK00.470.450.21
HSL357.47º47.26%60.59%-
HSV(B)357.47º47.03%79.22%-
XYZ32.4824.2218-
YUV135.86113.97175.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 107 (42.19% from 255) = 25.48%
BLUE value IS 111 (43.75% from 255) = 26.43%
R=48.10%
G=25.48%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210711100.470.450.21357.4747.2660.59
HexCA6B6F02F2D151652f3d
Octal31215315705755255455775
Binary1100101011010111101111010111110110110101101100101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6B6F; }

 p { color: rgb(202,107,111); }

 H1.HeaderClassName
 {
   color: #CA6B6F;
 }
 .AnyTagClassName
 {
   color: #CA6B6F;
 }
</style>
background-color css

<style>
 a { background-color: #CA6B6F; }

 a { background-color: rgb(202,107,111); }

 div.DivClassName
 {
   background-color: #CA6B6F;
 }
 .BgClassName
 {
   background-color: #CA6B6F;
 }
</style>
border-color css

<style>
 span { border-color: #CA6B6F; }

 span { border-color: rgb(202,107,111); }

 td.TdClassName
 {
   border-color: #CA6B6F;
 }
 .TagClassName
 {
   border-color: #CA6B6F;
 }
</style>