#CCC98B

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

Shades of Deco #CCC98B

Tints of Deco #CCC98B

Color information

#CCC98B (or 0xCCC98B) is unknown color: approx Deco. HEX triplet: CC, C9 and 8B. RGB value is (204,201,139). Sum of RGB (Red+Green+Blue) = 204+201+139=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC98B is #333674. Grayscale: #C3C3C3. Windows color (decimal): -3356277 or 9161164. OLE color: 9161164.

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

Color convert

RGB204201139-
CMYK00.010.320.2
HSL57.23º38.92%67.25%-
HSV(B)57.23º31.86%80%-
XYZ50.4556.4732.67-
YUV194.8396.49134.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 201 (78.91% from 255) = 36.95%
BLUE value IS 139 (54.69% from 255) = 25.55%
R=37.5%
G=36.95%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420113900.010.320.257.2338.9267.25
HexCCC98B012014392743
Octal3143112130140247147103
Binary11001100110010011000101101100000101001110011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC98B; }

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

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

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

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

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

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

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

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