#CA6B74

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

Shades of Froly #CA6B74

Tints of Froly #CA6B74

Color information

#CA6B74 (or 0xCA6B74) is unknown color: approx Froly. HEX triplet: CA, 6B and 74. RGB value is (202,107,116). Sum of RGB (Red+Green+Blue) = 202+107+116=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B74 is #35948B. Grayscale: #888888. Windows color (decimal): -3511436 or 7629770. OLE color: 7629770.

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

Color convert

RGB202107116-
CMYK00.470.430.21
HSL354.32º47.26%60.59%-
HSV(B)354.32º47.03%79.22%-
XYZ32.7724.3319.49-
YUV136.43116.47174.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.53%
GREEN value IS 107 (42.19% from 255) = 25.18%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=47.53%
G=25.18%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210711600.470.430.21354.3247.2660.59
HexCA6B7402F2B151622f3d
Octal31215316405753255425775
Binary1100101011010111110100010111110101110101101100010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6B74; }

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

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

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

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

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

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

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

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