#CDBF96

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

Shades of Sisal #CDBF96

Tints of Sisal #CDBF96

Color information

#CDBF96 (or 0xCDBF96) is unknown color: approx Sisal. HEX triplet: CD, BF and 96. RGB value is (205,191,150). Sum of RGB (Red+Green+Blue) = 205+191+150=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBF96 is #324069. Grayscale: #BEBEBE. Windows color (decimal): -3293290 or 9879501. OLE color: 9879501.

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

Color convert

RGB205191150-
CMYK00.070.270.20
HSL44.73º35.48%69.61%-
HSV(B)44.73º26.83%80.39%-
XYZ49.3152.4436.38-
YUV190.51105.14138.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.55%
GREEN value IS 191 (75% from 255) = 34.98%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=37.55%
G=34.98%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519115000.070.270.2044.7335.4869.61
HexCDBF96071B142d2346
Octal3152772260733245543106
Binary110011011011111110010110011111011101001011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBF96; }

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

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

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

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

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

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

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

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