#C8CFAD

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

Shades of Harp #C8CFAD

Tints of Harp #C8CFAD

Color information

#C8CFAD (or 0xC8CFAD) is unknown color: approx Harp. HEX triplet: C8, CF and AD. RGB value is (200,207,173). Sum of RGB (Red+Green+Blue) = 200+207+173=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CFAD is #373052. Grayscale: #C9C9C9. Windows color (decimal): -3616851 or 11390920. OLE color: 11390920.

HSL color Cylindrical-coordinate representation of color #C8CFAD: hue angle of 72.35º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8CFAD is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB200207173-
CMYK0.0300.160.19
HSL72.35º26.15%74.51%-
HSV(B)72.35º16.43%81.18%-
XYZ53.6859.9248.27-
YUV201.03112.18127.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.48%
GREEN value IS 207 (81.25% from 255) = 35.69%
BLUE value IS 173 (67.97% from 255) = 29.83%
R=34.48%
G=35.69%
B=29.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2002071730.0300.160.1972.3526.1574.51
HexC8CFAD301013481a4b
Octal31031725530202311032113
Binary11001000110011111010110111010000100111001000110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CFAD; }

 p { color: rgb(200,207,173); }

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

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

 a { background-color: rgb(200,207,173); }

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

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

 span { border-color: rgb(200,207,173); }

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