#C7CDB9

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

Shades of Harp #C7CDB9

Tints of Harp #C7CDB9

Color information

#C7CDB9 (or 0xC7CDB9) is unknown color: approx Harp. HEX triplet: C7, CD and B9. RGB value is (199,205,185). Sum of RGB (Red+Green+Blue) = 199+205+185=589 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.79% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CDB9 is #383246. Grayscale: #C8C8C8. Windows color (decimal): -3682887 or 12176839. OLE color: 12176839.

HSL color Cylindrical-coordinate representation of color #C7CDB9: hue angle of 78º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7CDB9 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB199205185-
CMYK0.0300.100.20
HSL78º16.67%76.47%-
HSV(B)78º9.76%80.39%-
XYZ54.1459.3154.49-
YUV200.93119.01126.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.79%
GREEN value IS 205 (80.47% from 255) = 34.80%
BLUE value IS 185 (72.66% from 255) = 31.41%
R=33.79%
G=34.80%
B=31.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1992051850.0300.100.207816.6776.47
HexC7CDB930A144e114c
Octal30731527130122411621114
Binary1100011111001101101110011101010101001001110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CDB9; }

 p { color: rgb(199,205,185); }

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

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

 a { background-color: rgb(199,205,185); }

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

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

 span { border-color: rgb(199,205,185); }

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