Html Css Color HEX #CBC490 Winter Hazel

📋 copy color: '#CBC490'

red 203 ◦ green 196 ◦ blue 144

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

Shades of Winter Hazel #CBC490

Tints of Winter Hazel #CBC490

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.1%

 BLUE value IS 144 (56.64% from 255) = 26.52%

R = 37.38%
G = 36.1%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CBC490 (or 0xCBC490) is known color: Winter Hazel. HEX triplet: CB, C4 and 90. RGB value is (203,196,144). Sum of RGB (Red+Green+Blue) = 203+196+144=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC490 is #343B6F. Grayscale: #C0C0C0. Windows color (decimal): -3423088 or 9487563. OLE color: 9487563.

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

Color convert

RGB 203 196 144 -
CMYK 0 0.03 0.29 0.20
HSL 52.88º 0.36% 0.68% -
HSV(B) 52.88º 0.29% 0.8% -
XYZ 49.4 54.19 34.24 -
YUV 192.17 100.82 135.73 -
System Red Green Blue C M Y K H S L
Decimal 203 196 144 0 0.03 0.29 0.20 52.88 0.36 0.68
Hex CB C4 90 0 3 1D 14 35 24 44
Octal 313 304 220 0 3 35 24 65 44 104
Binary 11001011 11000100 10010000 0 11 11101 10100 110101 100100 1000100

Color Harmonies of #CBC490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC490

Black with #CBC490

Text Example


Text Example

White with #CBC490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC490; }

 p { color: rgb(203,196,144); }

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

background-color css

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

 a { background-color: rgb(203,196,144); }

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

border-color css

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

 span { border-color: rgb(203,196,144); }

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