#CDBC98

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

Shades of Sisal #CDBC98

Tints of Sisal #CDBC98

Color information

#CDBC98 (or 0xCDBC98) is unknown color: approx Sisal. HEX triplet: CD, BC and 98. RGB value is (205,188,152). Sum of RGB (Red+Green+Blue) = 205+188+152=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBC98 is #324367. Grayscale: #BDBDBD. Windows color (decimal): -3294056 or 10009805. OLE color: 10009805.

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

Color convert

RGB205188152-
CMYK00.080.260.20
HSL40.75º34.64%70%-
HSV(B)40.75º25.85%80.39%-
XYZ48.8351.2137.02-
YUV188.98107.13139.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 152 (59.77% from 255) = 27.89%
R=37.61%
G=34.50%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518815200.080.260.2040.7534.6470
HexCDBC98081A14292346
Octal31527423001032245143106
Binary1100110110111100100110000100011010101001010011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBC98; }

 p { color: rgb(205,188,152); }

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

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

 a { background-color: rgb(205,188,152); }

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

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

 span { border-color: rgb(205,188,152); }

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