#CCD275

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

Shades of Deco #CCD275

Tints of Deco #CCD275

Color information

#CCD275 (or 0xCCD275) is unknown color: approx Deco. HEX triplet: CC, D2 and 75. RGB value is (204,210,117). Sum of RGB (Red+Green+Blue) = 204+210+117=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD275 is #332D8A. Grayscale: #C5C5C5. Windows color (decimal): -3353995 or 7721676. OLE color: 7721676.

HSL color Cylindrical-coordinate representation of color #CCD275: hue angle of 63.87º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCD275 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB204210117-
CMYK0.0300.440.18
HSL63.87º50.82%64.12%-
HSV(B)63.87º44.29%82.35%-
XYZ51.1660.2125.76-
YUV197.682.51132.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 210 (82.42% from 255) = 39.55%
BLUE value IS 117 (46.09% from 255) = 22.03%
R=38.42%
G=39.55%
B=22.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042101170.0300.440.1863.8750.8264.12
HexCCD275302C12403340
Octal31432216530542210063100
Binary110011001101001011101011101011001001010000001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD275; }

 p { color: rgb(204,210,117); }

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

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

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

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

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

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

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