#CCBD9B

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

Shades of Sisal #CCBD9B

Tints of Sisal #CCBD9B

Color information

#CCBD9B (or 0xCCBD9B) is unknown color: approx Sisal. HEX triplet: CC, BD and 9B. RGB value is (204,189,155). Sum of RGB (Red+Green+Blue) = 204+189+155=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBD9B is #334264. Grayscale: #BDBDBD. Windows color (decimal): -3359333 or 10206668. OLE color: 10206668.

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

Color convert

RGB204189155-
CMYK00.070.240.2
HSL41.63º32.45%70.39%-
HSV(B)41.63º24.02%80%-
XYZ49.0251.638.39-
YUV189.61108.47138.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 189 (74.22% from 255) = 34.49%
BLUE value IS 155 (60.94% from 255) = 28.28%
R=37.23%
G=34.49%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418915500.070.240.241.6332.4570.39
HexCCBD9B0718142a2046
Octal3142752330730245240106
Binary110011001011110110011011011111000101001010101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBD9B; }

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

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

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

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

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

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

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

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