#cbc28c

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

Shades of Winter Hazel #CBC28C

Tints of Winter Hazel #CBC28C

Color information

#CBC28C (or 0xCBC28C) is unknown color: approx Winter Hazel. HEX triplet: CB, C2 and 8C. RGB value is (203,194,140). Sum of RGB (Red+Green+Blue) = 203+194+140=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC28C is #343D73. Grayscale: #BEBEBE. Windows color (decimal): -3423604 or 9224907. OLE color: 9224907.

HSL color Cylindrical-coordinate representation of color #CBC28C: hue angle of 51.43º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBC28C is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB203194140-
CMYK00.040.310.20
HSL51.43º37.72%67.25%-
HSV(B)51.43º31.03%79.61%-
XYZ48.6553.1732.51-
YUV190.5499.48136.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.80%
GREEN value IS 194 (76.17% from 255) = 36.13%
BLUE value IS 140 (55.08% from 255) = 26.07%
R=37.80%
G=36.13%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319414000.040.310.2051.4337.7267.25
HexCBC28C041F14332643
Octal3133022140437246346103
Binary110010111100001010001100010011111101001100111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbc28c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbc28c; }

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

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

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

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

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

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

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

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