Html Css Color HEX #CCBE8D Winter Hazel

📋 copy color: '#CCBE8D'

red 204 ◦ green 190 ◦ blue 141

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

Shades of Winter Hazel #CCBE8D

Tints of Winter Hazel #CCBE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.36%

R = 38.13%
G = 35.51%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCBE8D (or 0xCCBE8D) is known color: Winter Hazel. HEX triplet: CC, BE and 8D. RGB value is (204,190,141). Sum of RGB (Red+Green+Blue) = 204+190+141=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE8D is #334172. Grayscale: #BCBCBC. Windows color (decimal): -3359091 or 9289420. OLE color: 9289420.

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

Color convert

RGB 204 190 141 -
CMYK 0 0.07 0.31 0.2
HSL 46.67º 0.38% 0.68% -
HSV(B) 46.67º 0.31% 0.8% -
XYZ 48.12 51.59 32.62 -
YUV 188.6 101.14 138.98 -
System Red Green Blue C M Y K H S L
Decimal 204 190 141 0 0.07 0.31 0.2 46.67 0.38 0.68
Hex CC BE 8D 0 7 1F 14 2F 26 44
Octal 314 276 215 0 7 37 24 57 46 104
Binary 11001100 10111110 10001101 0 111 11111 10100 101111 100110 1000100

Color Harmonies of #CCBE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE8D

Black with #CCBE8D

Text Example


Text Example

White with #CCBE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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