Html Css Color HEX #CBC690 Winter Hazel

📋 copy color: '#CBC690'

red 203 ◦ green 198 ◦ blue 144

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

Shades of Winter Hazel #CBC690

Tints of Winter Hazel #CBC690

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.33%

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

R = 37.25%
G = 36.33%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CBC690 (or 0xCBC690) is known color: Winter Hazel. HEX triplet: CB, C6 and 90. RGB value is (203,198,144). Sum of RGB (Red+Green+Blue) = 203+198+144=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC690 is #34396F. Grayscale: #C1C1C1. Windows color (decimal): -3422576 or 9488075. OLE color: 9488075.

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

Color convert

RGB 203 198 144 -
CMYK 0 0.02 0.29 0.20
HSL 54.92º 0.36% 0.68% -
HSV(B) 54.92º 0.29% 0.8% -
XYZ 49.86 55.1 34.39 -
YUV 193.34 100.16 134.89 -
System Red Green Blue C M Y K H S L
Decimal 203 198 144 0 0.02 0.29 0.20 54.92 0.36 0.68
Hex CB C6 90 0 2 1D 14 37 24 44
Octal 313 306 220 0 2 35 24 67 44 104
Binary 11001011 11000110 10010000 0 10 11101 10100 110111 100100 1000100

Color Harmonies of #CBC690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC690

Black with #CBC690

Text Example


Text Example

White with #CBC690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC690; }

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

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

background-color css

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

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

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

border-color css

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

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

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