#CB6A72

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

Shades of Froly #CB6A72

Tints of Froly #CB6A72

Color information

#CB6A72 (or 0xCB6A72) is unknown color: approx Froly. HEX triplet: CB, 6A and 72. RGB value is (203,106,114). Sum of RGB (Red+Green+Blue) = 203+106+114=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6A72 is #34958D. Grayscale: #878787. Windows color (decimal): -3446158 or 7498443. OLE color: 7498443.

HSL color Cylindrical-coordinate representation of color #CB6A72: hue angle of 355.05º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6A72 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB203106114-
CMYK00.480.440.20
HSL355.05º48.26%60.59%-
HSV(B)355.05º47.78%79.61%-
XYZ32.8224.2218.86-
YUV135.92115.64175.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.99%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=47.99%
G=25.06%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310611400.480.440.20355.0548.2660.59
HexCB6A720302C14163303d
Octal31315216206054245436075
Binary1100101111010101110010011000010110010100101100011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6A72; }

 p { color: rgb(203,106,114); }

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

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

 a { background-color: rgb(203,106,114); }

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

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

 span { border-color: rgb(203,106,114); }

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