#CBC27A

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

Shades of Winter Hazel #CBC27A

Tints of Winter Hazel #CBC27A

Color information

#CBC27A (or 0xCBC27A) is unknown color: approx Winter Hazel. HEX triplet: CB, C2 and 7A. RGB value is (203,194,122). Sum of RGB (Red+Green+Blue) = 203+194+122=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC27A is #343D85. Grayscale: #BCBCBC. Windows color (decimal): -3423622 or 8045259. OLE color: 8045259.

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

Color convert

RGB203194122-
CMYK00.040.400.20
HSL53.33º43.78%63.73%-
HSV(B)53.33º39.9%79.61%-
XYZ47.4352.6926.08-
YUV188.4890.48138.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.11%
GREEN value IS 194 (76.17% from 255) = 37.38%
BLUE value IS 122 (48.05% from 255) = 23.51%
R=39.11%
G=37.38%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319412200.040.400.2053.3343.7863.73
HexCBC27A042814352c40
Octal3133021720450246554100
Binary110010111100001011110100100101000101001101011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC27A; }

 p { color: rgb(203,194,122); }

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

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

 a { background-color: rgb(203,194,122); }

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

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

 span { border-color: rgb(203,194,122); }

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