#CBC172

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

Shades of Winter Hazel #CBC172

Tints of Winter Hazel #CBC172

Color information

#CBC172 (or 0xCBC172) is unknown color: approx Winter Hazel. HEX triplet: CB, C1 and 72. RGB value is (203,193,114). Sum of RGB (Red+Green+Blue) = 203+193+114=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC172 is #343E8D. Grayscale: #BBBBBB. Windows color (decimal): -3423886 or 7520715. OLE color: 7520715.

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

Color convert

RGB203193114-
CMYK00.050.440.20
HSL53.26º46.11%62.16%-
HSV(B)53.26º43.84%79.61%-
XYZ46.7452.0523.5-
YUV186.9886.81139.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.80%
GREEN value IS 193 (75.78% from 255) = 37.84%
BLUE value IS 114 (44.92% from 255) = 22.35%
R=39.80%
G=37.84%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319311400.050.440.2053.2646.1162.16
HexCBC172052C14352e3e
Octal313301162055424655676
Binary11001011110000011110010010110110010100110101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC172; }

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

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

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

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

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

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

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

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