#C7CBB4

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

Shades of Harp #C7CBB4

Tints of Harp #C7CBB4

Color information

#C7CBB4 (or 0xC7CBB4) is unknown color: approx Harp. HEX triplet: C7, CB and B4. RGB value is (199,203,180). Sum of RGB (Red+Green+Blue) = 199+203+180=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBB4 is #38344B. Grayscale: #C7C7C7. Windows color (decimal): -3683404 or 11848647. OLE color: 11848647.

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

Color convert

RGB199203180-
CMYK0.0200.110.20
HSL70.43º18.11%75.1%-
HSV(B)70.43º11.33%79.61%-
XYZ53.1558.1551.6-
YUV199.18117.17127.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.19%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 180 (70.70% from 255) = 30.93%
R=34.19%
G=34.88%
B=30.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1992031800.0200.110.2070.4318.1175.1
HexC7CBB420B1446124b
Octal30731326420132410622113
Binary1100011111001011101101001001011101001000110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CBB4; }

 p { color: rgb(199,203,180); }

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

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

 a { background-color: rgb(199,203,180); }

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

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

 span { border-color: rgb(199,203,180); }

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