Html Css Color HEX #CCBC96 Sisal

📋 copy color: '#CCBC96'

red 204 ◦ green 188 ◦ blue 150

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

Shades of Sisal #CCBC96

Tints of Sisal #CCBC96

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.69%

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

R = 37.64%
G = 34.69%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CCBC96 (or 0xCCBC96) is known color: Sisal. HEX triplet: CC, BC and 96. RGB value is (204,188,150). Sum of RGB (Red+Green+Blue) = 204+188+150=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC96 is #334369. Grayscale: #BCBCBC. Windows color (decimal): -3359594 or 9878732. OLE color: 9878732.

HSL color Cylindrical-coordinate representation of color #CCBC96: hue angle of 42.22º 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 #CCBC96 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 188 150 -
CMYK 0 0.08 0.26 0.2
HSL 42.22º 0.35% 0.69% -
HSV(B) 42.22º 0.26% 0.8% -
XYZ 48.39 51.01 36.15 -
YUV 188.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 204 188 150 0 0.08 0.26 0.2 42.22 0.35 0.69
Hex CC BC 96 0 8 1A 14 2A 23 45
Octal 314 274 226 0 10 32 24 52 43 105
Binary 11001100 10111100 10010110 0 1000 11010 10100 101010 100011 1000101

Color Harmonies of #CCBC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC96

Black with #CCBC96

Text Example


Text Example

White with #CCBC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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