Html Css Color HEX #C3C6BA Harp

📋 copy color: '#C3C6BA'

red 195 ◦ green 198 ◦ blue 186

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

Shades of Harp #C3C6BA

Tints of Harp #C3C6BA

RGB

 RED value IS 195 (76.56% from 255) = 33.68%

 GREEN value IS 198 (77.73% from 255) = 34.2%

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

R = 33.68%
G = 34.2%
B = 32.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C3C6BA (or 0xC3C6BA) is known color: Harp. HEX triplet: C3, C6 and BA. RGB value is (195,198,186). Sum of RGB (Red+Green+Blue) = 195+198+186=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C6BA is #3C3945. Grayscale: #C3C3C3. Windows color (decimal): -3946822 or 12240579. OLE color: 12240579.

HSL color Cylindrical-coordinate representation of color #C3C6BA: hue angle of 75º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3C6BA is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 198 186 -
CMYK 0.02 0 0.06 0.22
HSL 75º 0.1% 0.75% -
HSV(B) 75º 0.06% 0.78% -
XYZ 51.56 55.54 54.46 -
YUV 195.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 195 198 186 0.02 0 0.06 0.22 75 0.1 0.75
Hex C3 C6 BA 2 0 6 16 4B A 4B
Octal 303 306 272 2 0 6 26 113 12 113
Binary 11000011 11000110 10111010 10 0 110 10110 1001011 1010 1001011

Color Harmonies of #C3C6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C6BA

Black with #C3C6BA

Text Example


Text Example

White with #C3C6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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