#CBC58A

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

Shades of Winter Hazel #CBC58A

Tints of Winter Hazel #CBC58A

Color information

#CBC58A (or 0xCBC58A) is unknown color: approx Winter Hazel. HEX triplet: CB, C5 and 8A. RGB value is (203,197,138). Sum of RGB (Red+Green+Blue) = 203+197+138=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC58A is #343A75. Grayscale: #C0C0C0. Windows color (decimal): -3422838 or 9094603. OLE color: 9094603.

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

Color convert

RGB203197138-
CMYK00.030.320.20
HSL54.46º38.46%66.86%-
HSV(B)54.46º32.02%79.61%-
XYZ49.1854.4631.97-
YUV192.0797.49135.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 197 (77.34% from 255) = 36.62%
BLUE value IS 138 (54.30% from 255) = 25.65%
R=37.73%
G=36.62%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319713800.030.320.2054.4638.4666.86
HexCBC58A032014362643
Octal3133052120340246646103
Binary110010111100010110001010011100000101001101101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC58A; }

 p { color: rgb(203,197,138); }

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

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

 a { background-color: rgb(203,197,138); }

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

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

 span { border-color: rgb(203,197,138); }

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