#CBC38D

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

Shades of Winter Hazel #CBC38D

Tints of Winter Hazel #CBC38D

Color information

#CBC38D (or 0xCBC38D) is unknown color: approx Winter Hazel. HEX triplet: CB, C3 and 8D. RGB value is (203,195,141). Sum of RGB (Red+Green+Blue) = 203+195+141=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC38D is #343C72. Grayscale: #BFBFBF. Windows color (decimal): -3423347 or 9290699. OLE color: 9290699.

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

Color convert

RGB203195141-
CMYK00.040.310.20
HSL52.26º37.35%67.45%-
HSV(B)52.26º30.54%79.61%-
XYZ48.9553.6532.97-
YUV191.2499.65136.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 195 (76.56% from 255) = 36.18%
BLUE value IS 141 (55.47% from 255) = 26.16%
R=37.66%
G=36.18%
B=26.16%

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
Decimal20319514100.040.310.2052.2637.3567.45
HexCBC38D041F14342543
Octal3133032150437246445103
Binary110010111100001110001101010011111101001101001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC38D; }

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

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

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

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

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

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

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

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