#C6CDB9

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

Shades of Harp #C6CDB9

Tints of Harp #C6CDB9

Color information

#C6CDB9 (or 0xC6CDB9) is unknown color: approx Harp. HEX triplet: C6, CD and B9. RGB value is (198,205,185). Sum of RGB (Red+Green+Blue) = 198+205+185=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CDB9 is #393246. Grayscale: #C8C8C8. Windows color (decimal): -3748423 or 12176838. OLE color: 12176838.

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

Color convert

RGB198205185-
CMYK0.0300.100.20
HSL81º16.67%76.47%-
HSV(B)81º9.76%80.39%-
XYZ53.8859.1754.48-
YUV200.63119.18126.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.67%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 185 (72.66% from 255) = 31.46%
R=33.67%
G=34.86%
B=31.46%

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
Decimal1982051850.0300.100.208116.6776.47
HexC6CDB930A1451114c
Octal30631527130122412121114
Binary1100011011001101101110011101010101001010001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CDB9; }

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

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

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

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

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

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

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

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