Html Css Color HEX #CCBE80 Winter Hazel

📋 copy color: '#CCBE80'

red 204 ◦ green 190 ◦ blue 128

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

Shades of Winter Hazel #CCBE80

Tints of Winter Hazel #CCBE80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.52%

R = 39.08%
G = 36.4%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CCBE80 (or 0xCCBE80) is known color: Winter Hazel. HEX triplet: CC, BE and 80. RGB value is (204,190,128). Sum of RGB (Red+Green+Blue) = 204+190+128=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE80 is #33417F. Grayscale: #BBBBBB. Windows color (decimal): -3359104 or 8437452. OLE color: 8437452.

HSL color Cylindrical-coordinate representation of color #CCBE80: hue angle of 48.95º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCBE80 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 190 128 -
CMYK 0 0.07 0.37 0.2
HSL 48.95º 0.43% 0.65% -
HSV(B) 48.95º 0.37% 0.8% -
XYZ 47.21 51.22 27.82 -
YUV 187.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 204 190 128 0 0.07 0.37 0.2 48.95 0.43 0.65
Hex CC BE 80 0 7 25 14 31 2B 41
Octal 314 276 200 0 7 45 24 61 53 101
Binary 11001100 10111110 10000000 0 111 100101 10100 110001 101011 1000001

Color Harmonies of #CCBE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE80

Black with #CCBE80

Text Example


Text Example

White with #CCBE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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