#C7CCB2

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

Shades of Harp #C7CCB2

Tints of Harp #C7CCB2

Color information

#C7CCB2 (or 0xC7CCB2) is unknown color: approx Harp. HEX triplet: C7, CC and B2. RGB value is (199,204,178). Sum of RGB (Red+Green+Blue) = 199+204+178=581 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.25% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 178 (69.92% from 255 or 30.64% from 581); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CCB2 is #38334D. Grayscale: #C7C7C7. Windows color (decimal): -3683150 or 11717831. OLE color: 11717831.

HSL color Cylindrical-coordinate representation of color #C7CCB2: hue angle of 71.54º degrees, saturation: 0.2, 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 #C7CCB2 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB199204178-
CMYK0.0200.130.2
HSL71.54º20.31%74.9%-
HSV(B)71.54º12.75%80%-
XYZ53.1858.5450.62-
YUV199.54115.84127.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.25%
GREEN value IS 204 (80.08% from 255) = 35.11%
BLUE value IS 178 (69.92% from 255) = 30.64%
R=34.25%
G=35.11%
B=30.64%

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
Decimal1992041780.0200.130.271.5420.3174.9
HexC7CCB220D1448144b
Octal30731426220152411024113
Binary1100011111001100101100101001101101001001000101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CCB2; }

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

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

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

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

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

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

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

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