#CBC17B

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

Shades of Winter Hazel #CBC17B

Tints of Winter Hazel #CBC17B

Color information

#CBC17B (or 0xCBC17B) is unknown color: approx Winter Hazel. HEX triplet: CB, C1 and 7B. RGB value is (203,193,123). Sum of RGB (Red+Green+Blue) = 203+193+123=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC17B is #343E84. Grayscale: #BCBCBC. Windows color (decimal): -3423877 or 8110539. OLE color: 8110539.

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

Color convert

RGB203193123-
CMYK00.050.390.20
HSL52.5º43.48%63.92%-
HSV(B)52.5º39.41%79.61%-
XYZ47.2752.2726.34-
YUV188.0191.31138.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.11%
GREEN value IS 193 (75.78% from 255) = 37.19%
BLUE value IS 123 (48.44% from 255) = 23.70%
R=39.11%
G=37.19%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319312300.050.390.2052.543.4863.92
HexCBC17B052714342b40
Octal3133011730547246453100
Binary110010111100000111110110101100111101001101001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC17B; }

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

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

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

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

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

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

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

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