#CCD7AF

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

Shades of Harp #CCD7AF

Tints of Harp #CCD7AF

Color information

#CCD7AF (or 0xCCD7AF) is unknown color: approx Harp. HEX triplet: CC, D7 and AF. RGB value is (204,215,175). Sum of RGB (Red+Green+Blue) = 204+215+175=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD7AF is #332850. Grayscale: #CFCFCF. Windows color (decimal): -3352657 or 11524044. OLE color: 11524044.

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

Color convert

RGB204215175-
CMYK0.0500.190.16
HSL76.5º33.33%76.47%-
HSV(B)76.5º18.6%84.31%-
XYZ56.9464.5350.01-
YUV207.15109.86125.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.34%
GREEN value IS 215 (84.38% from 255) = 36.20%
BLUE value IS 175 (68.75% from 255) = 29.46%
R=34.34%
G=36.20%
B=29.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042151750.0500.190.1676.533.3376.47
HexCCD7AF5013104c214c
Octal31432725750232011441114
Binary1100110011010111101011111010100111000010011001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7AF; }

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

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

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

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

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

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

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

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