#CA6B70

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

Shades of Froly #CA6B70

Tints of Froly #CA6B70

Color information

#CA6B70 (or 0xCA6B70) is unknown color: approx Froly. HEX triplet: CA, 6B and 70. RGB value is (202,107,112). Sum of RGB (Red+Green+Blue) = 202+107+112=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B70 is #35948F. Grayscale: #888888. Windows color (decimal): -3511440 or 7367626. OLE color: 7367626.

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

Color convert

RGB202107112-
CMYK00.470.450.21
HSL356.84º47.26%60.59%-
HSV(B)356.84º47.03%79.22%-
XYZ32.5424.2418.29-
YUV135.98114.47175.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 107 (42.19% from 255) = 25.42%
BLUE value IS 112 (44.14% from 255) = 26.60%
R=47.98%
G=25.42%
B=26.60%

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
Decimal20210711200.470.450.21356.8447.2660.59
HexCA6B7002F2D151652f3d
Octal31215316005755255455775
Binary1100101011010111110000010111110110110101101100101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6B70; }

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

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

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

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

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

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

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

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