Html Css Color HEX #CBC492 Winter Hazel

📋 copy color: '#CBC492'

red 203 ◦ green 196 ◦ blue 146

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

Shades of Winter Hazel #CBC492

Tints of Winter Hazel #CBC492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.79%

R = 37.25%
G = 35.96%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CBC492 (or 0xCBC492) is known color: Winter Hazel. HEX triplet: CB, C4 and 92. RGB value is (203,196,146). Sum of RGB (Red+Green+Blue) = 203+196+146=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC492 is #343B6D. Grayscale: #C0C0C0. Windows color (decimal): -3423086 or 9618635. OLE color: 9618635.

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

Color convert

RGB 203 196 146 -
CMYK 0 0.03 0.28 0.20
HSL 52.63º 0.35% 0.68% -
HSV(B) 52.63º 0.28% 0.8% -
XYZ 49.56 54.25 35.05 -
YUV 192.39 101.82 135.57 -
System Red Green Blue C M Y K H S L
Decimal 203 196 146 0 0.03 0.28 0.20 52.63 0.35 0.68
Hex CB C4 92 0 3 1C 14 35 23 44
Octal 313 304 222 0 3 34 24 65 43 104
Binary 11001011 11000100 10010010 0 11 11100 10100 110101 100011 1000100

Color Harmonies of #CBC492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC492

Black with #CBC492

Text Example


Text Example

White with #CBC492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC492; }

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

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

background-color css

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

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

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

border-color css

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

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

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