#CDC094

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

Shades of Sisal #CDC094

Tints of Sisal #CDC094

Color information

#CDC094 (or 0xCDC094) is unknown color: approx Sisal. HEX triplet: CD, C0 and 94. RGB value is (205,192,148). Sum of RGB (Red+Green+Blue) = 205+192+148=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC094 is #323F6B. Grayscale: #BFBFBF. Windows color (decimal): -3293036 or 9748685. OLE color: 9748685.

HSL color Cylindrical-coordinate representation of color #CDC094: hue angle of 46.32º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDC094 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB205192148-
CMYK00.060.280.20
HSL46.32º36.31%69.22%-
HSV(B)46.32º27.8%80.39%-
XYZ49.3752.8235.61-
YUV190.87103.81138.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 192 (75.39% from 255) = 35.23%
BLUE value IS 148 (58.20% from 255) = 27.16%
R=37.61%
G=35.23%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519214800.060.280.2046.3236.3169.22
HexCDC094061C142e2445
Octal3153002240634245644105
Binary110011011100000010010100011011100101001011101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC094; }

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

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

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

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

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

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

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

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