#CB7172

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

Shades of Froly #CB7172

Tints of Froly #CB7172

Color information

#CB7172 (or 0xCB7172) is unknown color: approx Froly. HEX triplet: CB, 71 and 72. RGB value is (203,113,114). Sum of RGB (Red+Green+Blue) = 203+113+114=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7172 is #348E8D. Grayscale: #8C8C8C. Windows color (decimal): -3444366 or 7500235. OLE color: 7500235.

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

Color convert

RGB203113114-
CMYK00.440.440.20
HSL359.33º46.39%61.96%-
HSV(B)359.33º44.33%79.61%-
XYZ33.5725.7219.11-
YUV140.02113.32172.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.21%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 114 (44.92% from 255) = 26.51%
R=47.21%
G=26.28%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311311400.440.440.20359.3346.3961.96
HexCB717202C2C141672e3e
Octal31316116205454245475676
Binary1100101111100011110010010110010110010100101100111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7172; }

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

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

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

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

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

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

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

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