#CCD194

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

Shades of Deco #CCD194

Tints of Deco #CCD194

Color information

#CCD194 (or 0xCCD194) is unknown color: approx Deco. HEX triplet: CC, D1 and 94. RGB value is (204,209,148). Sum of RGB (Red+Green+Blue) = 204+209+148=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD194 is #332E6B. Grayscale: #C8C8C8. Windows color (decimal): -3354220 or 9753036. OLE color: 9753036.

HSL color Cylindrical-coordinate representation of color #CCD194: hue angle of 64.92º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCD194 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB204209148-
CMYK0.0200.290.18
HSL64.92º39.87%70%-
HSV(B)64.92º29.19%81.96%-
XYZ53.0560.5836.91-
YUV200.5598.34130.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 209 (82.03% from 255) = 37.25%
BLUE value IS 148 (58.20% from 255) = 26.38%
R=36.36%
G=37.25%
B=26.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042091480.0200.290.1864.9239.8770
HexCCD194201D12412846
Octal31432122420352210150106
Binary110011001101000110010100100111011001010000011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD194; }

 p { color: rgb(204,209,148); }

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

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

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

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

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

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

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