#CBBD9E

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

Shades of Sisal #CBBD9E

Tints of Sisal #CBBD9E

Color information

#CBBD9E (or 0xCBBD9E) is unknown color: approx Sisal. HEX triplet: CB, BD and 9E. RGB value is (203,189,158). Sum of RGB (Red+Green+Blue) = 203+189+158=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 158 (62.11% from 255 or 28.73% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBD9E is #344261. Grayscale: #BDBDBD. Windows color (decimal): -3424866 or 10403275. OLE color: 10403275.

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

Color convert

RGB203189158-
CMYK00.070.220.20
HSL41.33º30.2%70.78%-
HSV(B)41.33º22.17%79.61%-
XYZ4951.5639.72-
YUV189.65110.14137.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 189 (74.22% from 255) = 34.36%
BLUE value IS 158 (62.11% from 255) = 28.73%
R=36.91%
G=34.36%
B=28.73%

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
Decimal20318915800.070.220.2041.3330.270.78
HexCBBD9E071614291e47
Octal3132752360726245136107
Binary11001011101111011001111001111011010100101001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBD9E; }

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

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

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

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

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

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

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

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