Html Css Color HEX #C6C8BA Harp

📋 copy color: '#C6C8BA'

red 198 ◦ green 200 ◦ blue 186

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

Shades of Harp #C6C8BA

Tints of Harp #C6C8BA

RGB

 RED value IS 198 (77.73% from 255) = 33.9%

 GREEN value IS 200 (78.52% from 255) = 34.25%

 BLUE value IS 186 (73.05% from 255) = 31.85%

R = 33.9%
G = 34.25%
B = 31.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C6C8BA (or 0xC6C8BA) is known color: Harp. HEX triplet: C6, C8 and BA. RGB value is (198,200,186). Sum of RGB (Red+Green+Blue) = 198+200+186=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C8BA is #393745. Grayscale: #C5C5C5. Windows color (decimal): -3749702 or 12241094. OLE color: 12241094.

HSL color Cylindrical-coordinate representation of color #C6C8BA: hue angle of 68.57º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6C8BA is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 200 186 -
CMYK 0.01 0 0.07 0.22
HSL 68.57º 0.11% 0.76% -
HSV(B) 68.57º 0.07% 0.78% -
XYZ 52.81 56.86 54.65 -
YUV 197.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 198 200 186 0.01 0 0.07 0.22 68.57 0.11 0.76
Hex C6 C8 BA 1 0 7 16 45 B 4C
Octal 306 310 272 1 0 7 26 105 13 114
Binary 11000110 11001000 10111010 1 0 111 10110 1000101 1011 1001100

Color Harmonies of #C6C8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C8BA

Black with #C6C8BA

Text Example


Text Example

White with #C6C8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C8BA; }

 p { color: rgb(198,200,186); }

 H1.HeaderClassName
 {
   color: #C6C8BA;
 }
 .AnyTagClassName
 {
   color: #C6C8BA;
 }
</style>

background-color css

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

 a { background-color: rgb(198,200,186); }

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

border-color css

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

 span { border-color: rgb(198,200,186); }

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