#C8CFAF

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

Shades of Harp #C8CFAF

Tints of Harp #C8CFAF

Color information

#C8CFAF (or 0xC8CFAF) is unknown color: approx Harp. HEX triplet: C8, CF and AF. RGB value is (200,207,175). Sum of RGB (Red+Green+Blue) = 200+207+175=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CFAF is #373050. Grayscale: #C9C9C9. Windows color (decimal): -3616849 or 11521992. OLE color: 11521992.

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

Color convert

RGB200207175-
CMYK0.0300.150.19
HSL73.12º25%74.9%-
HSV(B)73.12º15.46%81.18%-
XYZ53.876049.3-
YUV201.26113.18127.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.36%
GREEN value IS 207 (81.25% from 255) = 35.57%
BLUE value IS 175 (68.75% from 255) = 30.07%
R=34.36%
G=35.57%
B=30.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2002071750.0300.150.1973.122574.9
HexC8CFAF30F1349194b
Octal31031725730172311131113
Binary1100100011001111101011111101111100111001001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CFAF; }

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

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

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

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

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

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

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

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