Html Css Color HEX #CBC18E Winter Hazel

📋 copy color: '#CBC18E'

red 203 ◦ green 193 ◦ blue 142

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

Shades of Winter Hazel #CBC18E

Tints of Winter Hazel #CBC18E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.87%

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

R = 37.73%
G = 35.87%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CBC18E (or 0xCBC18E) is known color: Winter Hazel. HEX triplet: CB, C1 and 8E. RGB value is (203,193,142). Sum of RGB (Red+Green+Blue) = 203+193+142=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC18E is #343E71. Grayscale: #BEBEBE. Windows color (decimal): -3423858 or 9355723. OLE color: 9355723.

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

Color convert

RGB 203 193 142 -
CMYK 0 0.05 0.30 0.20
HSL 50.16º 0.37% 0.68% -
HSV(B) 50.16º 0.3% 0.8% -
XYZ 48.58 52.79 33.22 -
YUV 190.18 100.81 137.15 -
System Red Green Blue C M Y K H S L
Decimal 203 193 142 0 0.05 0.30 0.20 50.16 0.37 0.68
Hex CB C1 8E 0 5 1E 14 32 25 44
Octal 313 301 216 0 5 36 24 62 45 104
Binary 11001011 11000001 10001110 0 101 11110 10100 110010 100101 1000100

Color Harmonies of #CBC18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC18E

Black with #CBC18E

Text Example


Text Example

White with #CBC18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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