#CBC17C

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

Shades of Winter Hazel #CBC17C

Tints of Winter Hazel #CBC17C

Color information

#CBC17C (or 0xCBC17C) is unknown color: approx Winter Hazel. HEX triplet: CB, C1 and 7C. RGB value is (203,193,124). Sum of RGB (Red+Green+Blue) = 203+193+124=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC17C is #343E83. Grayscale: #BCBCBC. Windows color (decimal): -3423876 or 8176075. OLE color: 8176075.

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

Color convert

RGB203193124-
CMYK00.050.390.20
HSL52.41º43.17%64.12%-
HSV(B)52.41º38.92%79.61%-
XYZ47.3452.2926.67-
YUV188.1291.81138.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.04%
GREEN value IS 193 (75.78% from 255) = 37.12%
BLUE value IS 124 (48.83% from 255) = 23.85%
R=39.04%
G=37.12%
B=23.85%

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
Decimal20319312400.050.390.2052.4143.1764.12
HexCBC17C052714342b40
Octal3133011740547246453100
Binary110010111100000111111000101100111101001101001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC17C; }

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

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

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

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

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

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

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

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