#CCC98C

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

Shades of Deco #CCC98C

Tints of Deco #CCC98C

Color information

#CCC98C (or 0xCCC98C) is unknown color: approx Deco. HEX triplet: CC, C9 and 8C. RGB value is (204,201,140). Sum of RGB (Red+Green+Blue) = 204+201+140=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC98C is #333673. Grayscale: #C3C3C3. Windows color (decimal): -3356276 or 9226700. OLE color: 9226700.

HSL color Cylindrical-coordinate representation of color #CCC98C: hue angle of 57.19º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCC98C is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB204201140-
CMYK00.010.310.2
HSL57.19º38.55%67.45%-
HSV(B)57.19º31.37%80%-
XYZ50.5256.533.05-
YUV194.9496.99134.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 201 (78.91% from 255) = 36.88%
BLUE value IS 140 (55.08% from 255) = 25.69%
R=37.43%
G=36.88%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420114000.010.310.257.1938.5567.45
HexCCC98C011F14392743
Octal3143112140137247147103
Binary1100110011001001100011000111111101001110011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC98C; }

 p { color: rgb(204,201,140); }

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

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

 a { background-color: rgb(204,201,140); }

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

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

 span { border-color: rgb(204,201,140); }

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