#C7CCBA

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

Shades of Harp #C7CCBA

Tints of Harp #C7CCBA

Color information

#C7CCBA (or 0xC7CCBA) is unknown color: approx Harp. HEX triplet: C7, CC and BA. RGB value is (199,204,186). Sum of RGB (Red+Green+Blue) = 199+204+186=589 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.79% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCBA is #383345. Grayscale: #C8C8C8. Windows color (decimal): -3683142 or 12242119. OLE color: 12242119.

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

Color convert

RGB199204186-
CMYK0.0200.090.2
HSL76.67º15%76.47%-
HSV(B)76.67º8.82%80%-
XYZ54.0158.8754.97-
YUV200.45119.84126.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.79%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=33.79%
G=34.63%
B=31.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1992041860.0200.090.276.671576.47
HexC7CCBA209144df4c
Octal30731427220112411517114
Binary110001111100110010111010100100110100100110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CCBA; }

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

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

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

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

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

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

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

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