#CCBD96

Color #CCBD96 Sisal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sisal #CCBD96

Tints of Sisal #CCBD96

Color information

#CCBD96 (or 0xCCBD96) is unknown color: approx Sisal. HEX triplet: CC, BD and 96. RGB value is (204,189,150). Sum of RGB (Red+Green+Blue) = 204+189+150=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBD96 is #334269. Grayscale: #BDBDBD. Windows color (decimal): -3359338 or 9878988. OLE color: 9878988.

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

Color convert

RGB204189150-
CMYK00.070.260.2
HSL43.33º34.62%69.41%-
HSV(B)43.33º26.47%80%-
XYZ48.651.4336.22-
YUV189.04105.97138.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 189 (74.22% from 255) = 34.81%
BLUE value IS 150 (58.98% from 255) = 27.62%
R=37.57%
G=34.81%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418915000.070.260.243.3334.6269.41
HexCCBD96071A142b2345
Octal3142752260732245343105
Binary110011001011110110010110011111010101001010111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBD96; }

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

 H1.HeaderClassName
 {
   color: #CCBD96;
 }
 .AnyTagClassName
 {
   color: #CCBD96;
 }
</style>
background-color css

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

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

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

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

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

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