#CDC096

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

Shades of Sisal #CDC096

Tints of Sisal #CDC096

Color information

#CDC096 (or 0xCDC096) is unknown color: approx Sisal. HEX triplet: CD, C0 and 96. RGB value is (205,192,150). Sum of RGB (Red+Green+Blue) = 205+192+150=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC096 is #323F69. Grayscale: #BFBFBF. Windows color (decimal): -3293034 or 9879757. OLE color: 9879757.

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

Color convert

RGB205192150-
CMYK00.060.270.20
HSL45.82º35.48%69.61%-
HSV(B)45.82º26.83%80.39%-
XYZ49.5352.8836.45-
YUV191.1104.81137.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 192 (75.39% from 255) = 35.10%
BLUE value IS 150 (58.98% from 255) = 27.42%
R=37.48%
G=35.10%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519215000.060.270.2045.8235.4869.61
HexCDC096061B142e2346
Octal3153002260633245643106
Binary110011011100000010010110011011011101001011101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC096; }

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

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

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

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

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

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

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

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