#C5CDB9

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

Shades of Harp #C5CDB9

Tints of Harp #C5CDB9

Color information

#C5CDB9 (or 0xC5CDB9) is unknown color: approx Harp. HEX triplet: C5, CD and B9. RGB value is (197,205,185). Sum of RGB (Red+Green+Blue) = 197+205+185=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDB9 is #3A3246. Grayscale: #C8C8C8. Windows color (decimal): -3813959 or 12176837. OLE color: 12176837.

HSL color Cylindrical-coordinate representation of color #C5CDB9: hue angle of 84º 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 #C5CDB9 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB197205185-
CMYK0.0400.100.20
HSL84º16.67%76.47%-
HSV(B)84º9.76%80.39%-
XYZ53.6159.0454.47-
YUV200.33119.35125.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.56%
GREEN value IS 205 (80.47% from 255) = 34.92%
BLUE value IS 185 (72.66% from 255) = 31.52%
R=33.56%
G=34.92%
B=31.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1972051850.0400.100.208416.6776.47
HexC5CDB940A1454114c
Octal30531527140122412421114
Binary11000101110011011011100110001010101001010100100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CDB9; }

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

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

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

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

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

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

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

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