Html Css Color HEX #CCBE90 Winter Hazel

📋 copy color: '#CCBE90'

red 204 ◦ green 190 ◦ blue 144

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

Shades of Winter Hazel #CCBE90

Tints of Winter Hazel #CCBE90

RGB

 RED value IS 204 (80.08% from 255) = 37.92%

 GREEN value IS 190 (74.61% from 255) = 35.32%

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

R = 37.92%
G = 35.32%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CCBE90 (or 0xCCBE90) is known color: Winter Hazel. HEX triplet: CC, BE and 90. RGB value is (204,190,144). Sum of RGB (Red+Green+Blue) = 204+190+144=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE90 is #33416F. Grayscale: #BDBDBD. Windows color (decimal): -3359088 or 9486028. OLE color: 9486028.

HSL color Cylindrical-coordinate representation of color #CCBE90: hue angle of 46º degrees, saturation: 0.37, 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 #CCBE90 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 190 144 -
CMYK 0 0.07 0.29 0.2
HSL 46º 0.37% 0.68% -
HSV(B) 46º 0.29% 0.8% -
XYZ 48.35 51.68 33.81 -
YUV 188.94 102.64 138.74 -
System Red Green Blue C M Y K H S L
Decimal 204 190 144 0 0.07 0.29 0.2 46 0.37 0.68
Hex CC BE 90 0 7 1D 14 2E 25 44
Octal 314 276 220 0 7 35 24 56 45 104
Binary 11001100 10111110 10010000 0 111 11101 10100 101110 100101 1000100

Color Harmonies of #CCBE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE90

Black with #CCBE90

Text Example


Text Example

White with #CCBE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE90; }

 p { color: rgb(204,190,144); }

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

background-color css

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

 a { background-color: rgb(204,190,144); }

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

border-color css

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

 span { border-color: rgb(204,190,144); }

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