#CBBD9C

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

Shades of Sisal #CBBD9C

Tints of Sisal #CBBD9C

Color information

#CBBD9C (or 0xCBBD9C) is unknown color: approx Sisal. HEX triplet: CB, BD and 9C. RGB value is (203,189,156). Sum of RGB (Red+Green+Blue) = 203+189+156=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 156 (61.33% from 255 or 28.47% from 548); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBD9C is #344263. Grayscale: #BDBDBD. Windows color (decimal): -3424868 or 10272203. OLE color: 10272203.

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

Color convert

RGB203189156-
CMYK00.070.230.20
HSL42.13º31.13%70.39%-
HSV(B)42.13º23.15%79.61%-
XYZ48.8351.4938.82-
YUV189.42109.14137.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.04%
GREEN value IS 189 (74.22% from 255) = 34.49%
BLUE value IS 156 (61.33% from 255) = 28.47%
R=37.04%
G=34.49%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318915600.070.230.2042.1331.1370.39
HexCBBD9C0717142a1f46
Octal3132752340727245237106
Binary11001011101111011001110001111011110100101010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBD9C; }

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

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

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

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

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

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

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

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