#CCCF93

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

Shades of Deco #CCCF93

Tints of Deco #CCCF93

Color information

#CCCF93 (or 0xCCCF93) is unknown color: approx Deco. HEX triplet: CC, CF and 93. RGB value is (204,207,147). Sum of RGB (Red+Green+Blue) = 204+207+147=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCF93 is #33306C. Grayscale: #C7C7C7. Windows color (decimal): -3354733 or 9686988. OLE color: 9686988.

HSL color Cylindrical-coordinate representation of color #CCCF93: hue angle of 63º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCCF93 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB204207147-
CMYK0.0100.290.19
HSL63º38.46%69.41%-
HSV(B)63º28.99%81.18%-
XYZ52.4859.5736.34-
YUV199.2698.51131.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 207 (81.25% from 255) = 37.10%
BLUE value IS 147 (57.81% from 255) = 26.34%
R=36.56%
G=37.10%
B=26.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042071470.0100.290.196338.4669.41
HexCCCF93101D133f2645
Octal3143172231035237746105
Binary1100110011001111100100111011101100111111111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCF93; }

 p { color: rgb(204,207,147); }

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

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

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

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

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

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

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