#C7CDB5

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

Shades of Harp #C7CDB5

Tints of Harp #C7CDB5

Color information

#C7CDB5 (or 0xC7CDB5) is unknown color: approx Harp. HEX triplet: C7, CD and B5. RGB value is (199,205,181). Sum of RGB (Red+Green+Blue) = 199+205+181=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CDB5 is #38324A. Grayscale: #C8C8C8. Windows color (decimal): -3682891 or 11914695. OLE color: 11914695.

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

Color convert

RGB199205181-
CMYK0.0300.120.20
HSL75º19.35%75.69%-
HSV(B)75º11.71%80.39%-
XYZ53.7359.1452.3-
YUV200.47117.01126.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.02%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 181 (71.09% from 255) = 30.94%
R=34.02%
G=35.04%
B=30.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1992051810.0300.120.207519.3575.69
HexC7CDB530C144b134c
Octal30731526530142411323114
Binary1100011111001101101101011101100101001001011100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CDB5; }

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

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

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

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

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

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

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

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