#C7CCB1

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

Shades of Harp #C7CCB1

Tints of Harp #C7CCB1

Color information

#C7CCB1 (or 0xC7CCB1) is unknown color: approx Harp. HEX triplet: C7, CC and B1. RGB value is (199,204,177). Sum of RGB (Red+Green+Blue) = 199+204+177=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 177 (69.53% from 255 or 30.52% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CCB1 is #38334E. Grayscale: #C7C7C7. Windows color (decimal): -3683151 or 11652295. OLE color: 11652295.

HSL color Cylindrical-coordinate representation of color #C7CCB1: hue angle of 71.11º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7CCB1 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB199204177-
CMYK0.0200.130.2
HSL71.11º20.93%74.71%-
HSV(B)71.11º13.24%80%-
XYZ53.0858.550.09-
YUV199.43115.34127.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.31%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 177 (69.53% from 255) = 30.52%
R=34.31%
G=35.17%
B=30.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1992041770.0200.130.271.1120.9374.71
HexC7CCB120D1447154b
Octal30731426120152410725113
Binary1100011111001100101100011001101101001000111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CCB1; }

 p { color: rgb(199,204,177); }

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

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

 a { background-color: rgb(199,204,177); }

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

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

 span { border-color: rgb(199,204,177); }

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