#CCD7AD

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

Shades of Harp #CCD7AD

Tints of Harp #CCD7AD

Color information

#CCD7AD (or 0xCCD7AD) is unknown color: approx Harp. HEX triplet: CC, D7 and AD. RGB value is (204,215,173). Sum of RGB (Red+Green+Blue) = 204+215+173=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD7AD is #332852. Grayscale: #CFCFCF. Windows color (decimal): -3352659 or 11392972. OLE color: 11392972.

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

Color convert

RGB204215173-
CMYK0.0500.200.16
HSL75.71º34.43%76.08%-
HSV(B)75.71º19.53%84.31%-
XYZ56.7564.4648.99-
YUV206.92108.86125.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 215 (84.38% from 255) = 36.32%
BLUE value IS 173 (67.97% from 255) = 29.22%
R=34.46%
G=36.32%
B=29.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042151730.0500.200.1675.7134.4376.08
HexCCD7AD5014104c224c
Octal31432725550242011442114
Binary1100110011010111101011011010101001000010011001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7AD; }

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

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

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

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

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

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

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

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