#C5CDB7

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

Shades of Harp #C5CDB7

Tints of Harp #C5CDB7

Color information

#C5CDB7 (or 0xC5CDB7) is unknown color: approx Harp. HEX triplet: C5, CD and B7. RGB value is (197,205,183). Sum of RGB (Red+Green+Blue) = 197+205+183=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDB7 is #3A3248. Grayscale: #C8C8C8. Windows color (decimal): -3813961 or 12045765. OLE color: 12045765.

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

Color convert

RGB197205183-
CMYK0.0400.110.20
HSL81.82º18.03%76.08%-
HSV(B)81.82º10.73%80.39%-
XYZ53.458.9553.36-
YUV200.1118.35125.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.68%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 183 (71.88% from 255) = 31.28%
R=33.68%
G=35.04%
B=31.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1972051830.0400.110.2081.8218.0376.08
HexC5CDB740B1452124c
Octal30531526740132412222114
Binary11000101110011011011011110001011101001010010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CDB7; }

 p { color: rgb(197,205,183); }

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

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

 a { background-color: rgb(197,205,183); }

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

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

 span { border-color: rgb(197,205,183); }

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