Html Css Color HEX #CBC58E Winter Hazel

📋 copy color: '#CBC58E'

red 203 ◦ green 197 ◦ blue 142

#CBC58E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #CBC58E

Tints of Winter Hazel #CBC58E

RGB

 RED value IS 203 (79.69% from 255) = 37.45%

 GREEN value IS 197 (77.34% from 255) = 36.35%

 BLUE value IS 142 (55.86% from 255) = 26.2%

R = 37.45%
G = 36.35%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CBC58E (or 0xCBC58E) is known color: Winter Hazel. HEX triplet: CB, C5 and 8E. RGB value is (203,197,142). Sum of RGB (Red+Green+Blue) = 203+197+142=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC58E is #343A71. Grayscale: #C0C0C0. Windows color (decimal): -3422834 or 9356747. OLE color: 9356747.

HSL color Cylindrical-coordinate representation of color #CBC58E: hue angle of 54.1º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBC58E is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 197 142 -
CMYK 0 0.03 0.30 0.20
HSL 54.1º 0.37% 0.68% -
HSV(B) 54.1º 0.3% 0.8% -
XYZ 49.48 54.58 33.52 -
YUV 192.52 99.49 135.47 -
System Red Green Blue C M Y K H S L
Decimal 203 197 142 0 0.03 0.30 0.20 54.1 0.37 0.68
Hex CB C5 8E 0 3 1E 14 36 25 44
Octal 313 305 216 0 3 36 24 66 45 104
Binary 11001011 11000101 10001110 0 11 11110 10100 110110 100101 1000100

Color Harmonies of #CBC58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC58E

Black with #CBC58E

Text Example


Text Example

White with #CBC58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC58E; }

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

 H1.HeaderClassName
 {
   color: #CBC58E;
 }
 .AnyTagClassName
 {
   color: #CBC58E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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