#CBC174

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

Shades of Winter Hazel #CBC174

Tints of Winter Hazel #CBC174

Color information

#CBC174 (or 0xCBC174) is unknown color: approx Winter Hazel. HEX triplet: CB, C1 and 74. RGB value is (203,193,116). Sum of RGB (Red+Green+Blue) = 203+193+116=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC174 is #343E8B. Grayscale: #BBBBBB. Windows color (decimal): -3423884 or 7651787. OLE color: 7651787.

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

Color convert

RGB203193116-
CMYK00.050.430.20
HSL53.1º45.55%62.55%-
HSV(B)53.1º42.86%79.61%-
XYZ46.8552.124.11-
YUV187.2187.81139.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.65%
GREEN value IS 193 (75.78% from 255) = 37.70%
BLUE value IS 116 (45.70% from 255) = 22.66%
R=39.65%
G=37.70%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319311600.050.430.2053.145.5562.55
HexCBC174052B14352e3f
Octal313301164055324655677
Binary11001011110000011110100010110101110100110101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC174; }

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

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

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

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

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

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

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

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