#CDBD9A

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

Shades of Sisal #CDBD9A

Tints of Sisal #CDBD9A

Color information

#CDBD9A (or 0xCDBD9A) is unknown color: approx Sisal. HEX triplet: CD, BD and 9A. RGB value is (205,189,154). Sum of RGB (Red+Green+Blue) = 205+189+154=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBD9A is #324265. Grayscale: #BDBDBD. Windows color (decimal): -3293798 or 10141133. OLE color: 10141133.

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

Color convert

RGB205189154-
CMYK00.080.250.20
HSL41.18º33.77%70.39%-
HSV(B)41.18º24.88%80.39%-
XYZ49.2151.7137.96-
YUV189.79107.8138.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 189 (74.22% from 255) = 34.49%
BLUE value IS 154 (60.55% from 255) = 28.10%
R=37.41%
G=34.49%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518915400.080.250.2041.1833.7770.39
HexCDBD9A081914292246
Octal31527523201031245142106
Binary1100110110111101100110100100011001101001010011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBD9A; }

 p { color: rgb(205,189,154); }

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

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

 a { background-color: rgb(205,189,154); }

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

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

 span { border-color: rgb(205,189,154); }

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