#CA6C71

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

Shades of Froly #CA6C71

Tints of Froly #CA6C71

Color information

#CA6C71 (or 0xCA6C71) is unknown color: approx Froly. HEX triplet: CA, 6C and 71. RGB value is (202,108,113). Sum of RGB (Red+Green+Blue) = 202+108+113=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6C71 is #35938E. Grayscale: #888888. Windows color (decimal): -3511183 or 7433418. OLE color: 7433418.

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

Color convert

RGB202108113-
CMYK00.470.440.21
HSL356.81º47%60.78%-
HSV(B)356.81º46.53%79.22%-
XYZ32.724.4718.62-
YUV136.68114.64174.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 108 (42.58% from 255) = 25.53%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=47.75%
G=25.53%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210811300.470.440.21356.814760.78
HexCA6C7102F2C151652f3d
Octal31215416105754255455775
Binary1100101011011001110001010111110110010101101100101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6C71; }

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

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

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

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

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

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

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

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