#CBC68A

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

Shades of Winter Hazel #CBC68A

Tints of Winter Hazel #CBC68A

Color information

#CBC68A (or 0xCBC68A) is unknown color: approx Winter Hazel. HEX triplet: CB, C6 and 8A. RGB value is (203,198,138). Sum of RGB (Red+Green+Blue) = 203+198+138=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC68A is #343975. Grayscale: #C0C0C0. Windows color (decimal): -3422582 or 9094859. OLE color: 9094859.

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

Color convert

RGB203198138-
CMYK00.020.320.20
HSL55.38º38.46%66.86%-
HSV(B)55.38º32.02%79.61%-
XYZ49.4154.9232.04-
YUV192.6697.16135.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 198 (77.73% from 255) = 36.73%
BLUE value IS 138 (54.30% from 255) = 25.60%
R=37.66%
G=36.73%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319813800.020.320.2055.3838.4666.86
HexCBC68A022014372643
Octal3133062120240246746103
Binary110010111100011010001010010100000101001101111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC68A; }

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

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

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

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

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

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

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

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