#CCD792

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

Shades of Deco #CCD792

Tints of Deco #CCD792

Color information

#CCD792 (or 0xCCD792) is unknown color: approx Deco. HEX triplet: CC, D7 and 92. RGB value is (204,215,146). Sum of RGB (Red+Green+Blue) = 204+215+146=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 146 (57.42% from 255 or 25.84% from 565); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD792 is #33286D. Grayscale: #CCCCCC. Windows color (decimal): -3352686 or 9623500. OLE color: 9623500.

HSL color Cylindrical-coordinate representation of color #CCD792: hue angle of 69.57º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCD792 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB204215146-
CMYK0.0500.320.16
HSL69.57º46.31%70.78%-
HSV(B)69.57º32.09%84.31%-
XYZ54.3963.5136.59-
YUV203.8495.36128.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 215 (84.38% from 255) = 38.05%
BLUE value IS 146 (57.42% from 255) = 25.84%
R=36.11%
G=38.05%
B=25.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042151460.0500.320.1669.5746.3170.78
HexCCD792502010462e47
Octal31432722250402010656107
Binary11001100110101111001001010101000001000010001101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD792; }

 p { color: rgb(204,215,146); }

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

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

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

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

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

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

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