#CCBD9D

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

Shades of Sisal #CCBD9D

Tints of Sisal #CCBD9D

Color information

#CCBD9D (or 0xCCBD9D) is unknown color: approx Sisal. HEX triplet: CC, BD and 9D. RGB value is (204,189,157). Sum of RGB (Red+Green+Blue) = 204+189+157=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBD9D is #334262. Grayscale: #BDBDBD. Windows color (decimal): -3359331 or 10337740. OLE color: 10337740.

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

Color convert

RGB204189157-
CMYK00.070.230.2
HSL40.85º31.54%70.78%-
HSV(B)40.85º23.04%80%-
XYZ49.1951.6739.28-
YUV189.84109.47138.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.09%
GREEN value IS 189 (74.22% from 255) = 34.36%
BLUE value IS 157 (61.72% from 255) = 28.55%
R=37.09%
G=34.36%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418915700.070.230.240.8531.5470.78
HexCCBD9D071714292047
Octal3142752350727245140107
Binary110011001011110110011101011110111101001010011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBD9D; }

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

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

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

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

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

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

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

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