#CDBF98

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

Shades of Sisal #CDBF98

Tints of Sisal #CDBF98

Color information

#CDBF98 (or 0xCDBF98) is unknown color: approx Sisal. HEX triplet: CD, BF and 98. RGB value is (205,191,152). Sum of RGB (Red+Green+Blue) = 205+191+152=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBF98 is #324067. Grayscale: #BEBEBE. Windows color (decimal): -3293288 or 10010573. OLE color: 10010573.

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

Color convert

RGB205191152-
CMYK00.070.260.20
HSL44.15º34.64%70%-
HSV(B)44.15º25.85%80.39%-
XYZ49.4852.5137.23-
YUV190.74106.14138.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 191 (75% from 255) = 34.85%
BLUE value IS 152 (59.77% from 255) = 27.74%
R=37.41%
G=34.85%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519115200.070.260.2044.1534.6470
HexCDBF98071A142c2346
Octal3152772300732245443106
Binary110011011011111110011000011111010101001011001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBF98; }

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

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

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

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

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

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

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

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