Html Css Color HEX #C2C5B6 Harp

📋 copy color: '#C2C5B6'

red 194 ◦ green 197 ◦ blue 182

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

Shades of Harp #C2C5B6

Tints of Harp #C2C5B6

RGB

 RED value IS 194 (76.17% from 255) = 33.86%

 GREEN value IS 197 (77.34% from 255) = 34.38%

 BLUE value IS 182 (71.48% from 255) = 31.76%

R = 33.86%
G = 34.38%
B = 31.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C2C5B6 (or 0xC2C5B6) is known color: Harp. HEX triplet: C2, C5 and B6. RGB value is (194,197,182). Sum of RGB (Red+Green+Blue) = 194+197+182=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C5B6 is #3D3A49. Grayscale: #C2C2C2. Windows color (decimal): -4012618 or 11978178. OLE color: 11978178.

HSL color Cylindrical-coordinate representation of color #C2C5B6: hue angle of 72º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2C5B6 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 197 182 -
CMYK 0.02 0 0.08 0.23
HSL 72º 0.11% 0.74% -
HSV(B) 72º 0.08% 0.77% -
XYZ 50.66 54.78 52.16 -
YUV 194.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 194 197 182 0.02 0 0.08 0.23 72 0.11 0.74
Hex C2 C5 B6 2 0 8 17 48 B 4A
Octal 302 305 266 2 0 10 27 110 13 112
Binary 11000010 11000101 10110110 10 0 1000 10111 1001000 1011 1001010

Color Harmonies of #C2C5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C5B6

Black with #C2C5B6

Text Example


Text Example

White with #C2C5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C5B6; }

 p { color: rgb(194,197,182); }

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

background-color css

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

 a { background-color: rgb(194,197,182); }

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

border-color css

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

 span { border-color: rgb(194,197,182); }

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