#C6CCAF

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

Shades of Harp #C6CCAF

Tints of Harp #C6CCAF

Color information

#C6CCAF (or 0xC6CCAF) is unknown color: approx Harp. HEX triplet: C6, CC and AF. RGB value is (198,204,175). Sum of RGB (Red+Green+Blue) = 198+204+175=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CCAF is #393350. Grayscale: #C7C7C7. Windows color (decimal): -3748689 or 11521222. OLE color: 11521222.

HSL color Cylindrical-coordinate representation of color #C6CCAF: hue angle of 72.41º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6CCAF is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB198204175-
CMYK0.0300.140.2
HSL72.41º22.14%74.31%-
HSV(B)72.41º14.22%80%-
XYZ52.6258.2949.03-
YUV198.9114.51127.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.32%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 175 (68.75% from 255) = 30.33%
R=34.32%
G=35.36%
B=30.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1982041750.0300.140.272.4122.1474.31
HexC6CCAF30E1448164a
Octal30631425730162411026112
Binary1100011011001100101011111101110101001001000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CCAF; }

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

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

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

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

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

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

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

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