Html Css Color HEX #CCBE8B Winter Hazel

📋 copy color: '#CCBE8B'

red 204 ◦ green 190 ◦ blue 139

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

Shades of Winter Hazel #CCBE8B

Tints of Winter Hazel #CCBE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.08%

R = 38.27%
G = 35.65%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CCBE8B (or 0xCCBE8B) is known color: Winter Hazel. HEX triplet: CC, BE and 8B. RGB value is (204,190,139). Sum of RGB (Red+Green+Blue) = 204+190+139=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE8B is #334174. Grayscale: #BCBCBC. Windows color (decimal): -3359093 or 9158348. OLE color: 9158348.

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

Color convert

RGB 204 190 139 -
CMYK 0 0.07 0.32 0.2
HSL 47.08º 0.39% 0.67% -
HSV(B) 47.08º 0.32% 0.8% -
XYZ 47.98 51.53 31.84 -
YUV 188.37 100.14 139.15 -
System Red Green Blue C M Y K H S L
Decimal 204 190 139 0 0.07 0.32 0.2 47.08 0.39 0.67
Hex CC BE 8B 0 7 20 14 2F 27 43
Octal 314 276 213 0 7 40 24 57 47 103
Binary 11001100 10111110 10001011 0 111 100000 10100 101111 100111 1000011

Color Harmonies of #CCBE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE8B

Black with #CCBE8B

Text Example


Text Example

White with #CCBE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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