Html Css Color HEX #C6CDB9 Harp

📋 copy color: '#C6CDB9'

red 198 ◦ green 205 ◦ blue 185

#C6CDB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harp #C6CDB9

Tints of Harp #C6CDB9

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 value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#C6CDB9 (or 0xC6CDB9) is known color: 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

RGB 198 205 185 -
CMYK 0.03 0 0.10 0.20
HSL 81º 0.17% 0.76% -
HSV(B) 81º 0.1% 0.8% -
XYZ 53.88 59.17 54.48 -
YUV 200.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 198 205 185 0.03 0 0.10 0.20 81 0.17 0.76
Hex C6 CD B9 3 0 A 14 51 11 4C
Octal 306 315 271 3 0 12 24 121 21 114
Binary 11000110 11001101 10111001 11 0 1010 10100 1010001 10001 1001100

Color Harmonies of #C6CDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CDB9

Black with #C6CDB9

Text Example


Text Example

White with #C6CDB9

Text Example


Text Example

HTML Codes & Css Web 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>