#CBC38C

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

Shades of Winter Hazel #CBC38C

Tints of Winter Hazel #CBC38C

Color information

#CBC38C (or 0xCBC38C) is unknown color: approx Winter Hazel. HEX triplet: CB, C3 and 8C. RGB value is (203,195,140). Sum of RGB (Red+Green+Blue) = 203+195+140=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC38C is #343C73. Grayscale: #BFBFBF. Windows color (decimal): -3423348 or 9225163. OLE color: 9225163.

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

Color convert

RGB203195140-
CMYK00.040.310.20
HSL52.38º37.72%67.25%-
HSV(B)52.38º31.03%79.61%-
XYZ48.8853.6232.58-
YUV191.1299.15136.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 195 (76.56% from 255) = 36.25%
BLUE value IS 140 (55.08% from 255) = 26.02%
R=37.73%
G=36.25%
B=26.02%

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
Decimal20319514000.040.310.2052.3837.7267.25
HexCBC38C041F14342643
Octal3133032140437246446103
Binary110010111100001110001100010011111101001101001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC38C; }

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

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

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

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

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

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

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

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