#CCCC8B

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

Shades of Deco #CCCC8B

Tints of Deco #CCCC8B

Color information

#CCCC8B (or 0xCCCC8B) is unknown color: approx Deco. HEX triplet: CC, CC and 8B. RGB value is (204,204,139). Sum of RGB (Red+Green+Blue) = 204+204+139=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 139 (54.69% from 255 or 25.41% from 547); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCC8B is #333374. Grayscale: #C4C4C4. Windows color (decimal): -3355509 or 9161932. OLE color: 9161932.

HSL color Cylindrical-coordinate representation of color #CCCC8B: hue angle of 60º 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 #CCCC8B is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB204204139-
CMYK000.320.2
HSL60º38.92%67.25%-
HSV(B)60º31.86%80%-
XYZ51.1557.8932.9-
YUV196.5995.5133.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 204 (80.08% from 255) = 37.29%
BLUE value IS 139 (54.69% from 255) = 25.41%
R=37.29%
G=37.29%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204139000.320.26038.9267.25
HexCCCC8B0020143c2743
Octal3143142130040247447103
Binary11001100110011001000101100100000101001111001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC8B; }

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

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

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

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

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

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

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

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