#CDC098

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

Shades of Sisal #CDC098

Tints of Sisal #CDC098

Color information

#CDC098 (or 0xCDC098) is unknown color: approx Sisal. HEX triplet: CD, C0 and 98. RGB value is (205,192,152). Sum of RGB (Red+Green+Blue) = 205+192+152=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC098 is #323F67. Grayscale: #BFBFBF. Windows color (decimal): -3293032 or 10010829. OLE color: 10010829.

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

Color convert

RGB205192152-
CMYK00.060.260.20
HSL45.28º34.64%70%-
HSV(B)45.28º25.85%80.39%-
XYZ49.6952.9537.31-
YUV191.33105.81137.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 192 (75.39% from 255) = 34.97%
BLUE value IS 152 (59.77% from 255) = 27.69%
R=37.34%
G=34.97%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519215200.060.260.2045.2834.6470
HexCDC098061A142d2346
Octal3153002300632245543106
Binary110011011100000010011000011011010101001011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC098; }

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

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

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

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

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

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

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

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