#CCD692

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

Shades of Deco #CCD692

Tints of Deco #CCD692

Color information

#CCD692 (or 0xCCD692) is unknown color: approx Deco. HEX triplet: CC, D6 and 92. RGB value is (204,214,146). Sum of RGB (Red+Green+Blue) = 204+214+146=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD692 is #33296D. Grayscale: #CBCBCB. Windows color (decimal): -3352942 or 9623244. OLE color: 9623244.

HSL color Cylindrical-coordinate representation of color #CCD692: hue angle of 68.82º degrees, saturation: 0.45, 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 #CCD692 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB204214146-
CMYK0.0500.320.16
HSL68.82º45.33%70.59%-
HSV(B)68.82º31.78%83.92%-
XYZ54.1463.0136.5-
YUV203.2695.69128.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 214 (83.98% from 255) = 37.94%
BLUE value IS 146 (57.42% from 255) = 25.89%
R=36.17%
G=37.94%
B=25.89%

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
Decimal2042141460.0500.320.1668.8245.3370.59
HexCCD692502010452d47
Octal31432622250402010555107
Binary11001100110101101001001010101000001000010001011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD692; }

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

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

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

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

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

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

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

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