Html Css Color HEX #CCBE96 Sisal

📋 copy color: '#CCBE96'

red 204 ◦ green 190 ◦ blue 150

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

Shades of Sisal #CCBE96

Tints of Sisal #CCBE96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.57%

R = 37.5%
G = 34.93%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CCBE96 (or 0xCCBE96) is known color: Sisal. HEX triplet: CC, BE and 96. RGB value is (204,190,150). Sum of RGB (Red+Green+Blue) = 204+190+150=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE96 is #334169. Grayscale: #BDBDBD. Windows color (decimal): -3359082 or 9879244. OLE color: 9879244.

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

Color convert

RGB 204 190 150 -
CMYK 0 0.07 0.26 0.2
HSL 44.44º 0.35% 0.69% -
HSV(B) 44.44º 0.26% 0.8% -
XYZ 48.82 51.87 36.29 -
YUV 189.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 204 190 150 0 0.07 0.26 0.2 44.44 0.35 0.69
Hex CC BE 96 0 7 1A 14 2C 23 45
Octal 314 276 226 0 7 32 24 54 43 105
Binary 11001100 10111110 10010110 0 111 11010 10100 101100 100011 1000101

Color Harmonies of #CCBE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE96

Black with #CCBE96

Text Example


Text Example

White with #CCBE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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