Html Css Color HEX #CCBE8E Winter Hazel

📋 copy color: '#CCBE8E'

red 204 ◦ green 190 ◦ blue 142

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

Shades of Winter Hazel #CCBE8E

Tints of Winter Hazel #CCBE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.49%

R = 38.06%
G = 35.45%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CCBE8E (or 0xCCBE8E) is known color: Winter Hazel. HEX triplet: CC, BE and 8E. RGB value is (204,190,142). Sum of RGB (Red+Green+Blue) = 204+190+142=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE8E is #334171. Grayscale: #BCBCBC. Windows color (decimal): -3359090 or 9354956. OLE color: 9354956.

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

Color convert

RGB 204 190 142 -
CMYK 0 0.07 0.30 0.2
HSL 46.45º 0.38% 0.68% -
HSV(B) 46.45º 0.3% 0.8% -
XYZ 48.2 51.62 33.01 -
YUV 188.71 101.64 138.9 -
System Red Green Blue C M Y K H S L
Decimal 204 190 142 0 0.07 0.30 0.2 46.45 0.38 0.68
Hex CC BE 8E 0 7 1E 14 2E 26 44
Octal 314 276 216 0 7 36 24 56 46 104
Binary 11001100 10111110 10001110 0 111 11110 10100 101110 100110 1000100

Color Harmonies of #CCBE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE8E

Black with #CCBE8E

Text Example


Text Example

White with #CCBE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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