Html Css Color HEX #CCBE81 Winter Hazel

📋 copy color: '#CCBE81'

red 204 ◦ green 190 ◦ blue 129

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

Shades of Winter Hazel #CCBE81

Tints of Winter Hazel #CCBE81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.67%

R = 39.01%
G = 36.33%
B = 24.67%

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

#CCBE81 (or 0xCCBE81) is known color: Winter Hazel. HEX triplet: CC, BE and 81. RGB value is (204,190,129). Sum of RGB (Red+Green+Blue) = 204+190+129=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 129 (50.78% from 255 or 24.67% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE81 is #33417E. Grayscale: #BBBBBB. Windows color (decimal): -3359103 or 8502988. OLE color: 8502988.

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

Color convert

RGB 204 190 129 -
CMYK 0 0.07 0.37 0.2
HSL 48.8º 0.42% 0.65% -
HSV(B) 48.8º 0.37% 0.8% -
XYZ 47.28 51.25 28.17 -
YUV 187.23 95.14 139.96 -
System Red Green Blue C M Y K H S L
Decimal 204 190 129 0 0.07 0.37 0.2 48.8 0.42 0.65
Hex CC BE 81 0 7 25 14 31 2A 41
Octal 314 276 201 0 7 45 24 61 52 101
Binary 11001100 10111110 10000001 0 111 100101 10100 110001 101010 1000001

Color Harmonies of #CCBE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE81

Black with #CCBE81

Text Example


Text Example

White with #CCBE81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE81; }

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

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

background-color css

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

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

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

border-color css

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

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

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