Html Css Color HEX #CCBE7E Winter Hazel

📋 copy color: '#CCBE7E'

red 204 ◦ green 190 ◦ blue 126

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

Shades of Winter Hazel #CCBE7E

Tints of Winter Hazel #CCBE7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.23%

R = 39.23%
G = 36.54%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CCBE7E (or 0xCCBE7E) is known color: Winter Hazel. HEX triplet: CC, BE and 7E. RGB value is (204,190,126). Sum of RGB (Red+Green+Blue) = 204+190+126=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE7E is #334181. Grayscale: #BBBBBB. Windows color (decimal): -3359106 or 8306380. OLE color: 8306380.

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

Color convert

RGB 204 190 126 -
CMYK 0 0.07 0.38 0.2
HSL 49.23º 0.43% 0.65% -
HSV(B) 49.23º 0.38% 0.8% -
XYZ 47.08 51.17 27.13 -
YUV 186.89 93.64 140.2 -
System Red Green Blue C M Y K H S L
Decimal 204 190 126 0 0.07 0.38 0.2 49.23 0.43 0.65
Hex CC BE 7E 0 7 26 14 31 2B 41
Octal 314 276 176 0 7 46 24 61 53 101
Binary 11001100 10111110 1111110 0 111 100110 10100 110001 101011 1000001

Color Harmonies of #CCBE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE7E

Black with #CCBE7E

Text Example


Text Example

White with #CCBE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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