#CA6C75

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

Shades of Froly #CA6C75

Tints of Froly #CA6C75

Color information

#CA6C75 (or 0xCA6C75) is unknown color: approx Froly. HEX triplet: CA, 6C and 75. RGB value is (202,108,117). Sum of RGB (Red+Green+Blue) = 202+108+117=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6C75 is #35938A. Grayscale: #898989. Windows color (decimal): -3511179 or 7695562. OLE color: 7695562.

HSL color Cylindrical-coordinate representation of color #CA6C75: hue angle of 354.26º 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 #CA6C75 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB202108117-
CMYK00.470.420.21
HSL354.26º47%60.78%-
HSV(B)354.26º46.53%79.22%-
XYZ32.9324.5719.84-
YUV137.13116.64174.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 108 (42.58% from 255) = 25.29%
BLUE value IS 117 (46.09% from 255) = 27.40%
R=47.31%
G=25.29%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210811700.470.420.21354.264760.78
HexCA6C7502F2A151622f3d
Octal31215416505752255425775
Binary1100101011011001110101010111110101010101101100010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6C75; }

 p { color: rgb(202,108,117); }

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

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

 a { background-color: rgb(202,108,117); }

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

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

 span { border-color: rgb(202,108,117); }

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