#CBBD9F

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

Shades of Sisal #CBBD9F

Tints of Sisal #CBBD9F

Color information

#CBBD9F (or 0xCBBD9F) is unknown color: approx Sisal. HEX triplet: CB, BD and 9F. RGB value is (203,189,159). Sum of RGB (Red+Green+Blue) = 203+189+159=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBD9F is #344260. Grayscale: #BDBDBD. Windows color (decimal): -3424865 or 10468811. OLE color: 10468811.

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

Color convert

RGB203189159-
CMYK00.070.220.20
HSL40.91º29.73%70.98%-
HSV(B)40.91º21.67%79.61%-
XYZ49.0851.5940.17-
YUV189.77110.64137.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 189 (74.22% from 255) = 34.30%
BLUE value IS 159 (62.5% from 255) = 28.86%
R=36.84%
G=34.30%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318915900.070.220.2040.9129.7370.98
HexCBBD9F071614291e47
Octal3132752370726245136107
Binary11001011101111011001111101111011010100101001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBD9F; }

 p { color: rgb(203,189,159); }

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

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

 a { background-color: rgb(203,189,159); }

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

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

 span { border-color: rgb(203,189,159); }

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