Html Css Color HEX #C4C5C2 Harp

📋 copy color: '#C4C5C2'

red 196 ◦ green 197 ◦ blue 194

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

Shades of Harp #C4C5C2

Tints of Harp #C4C5C2

RGB

 RED value IS 196 (76.95% from 255) = 33.39%

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

 BLUE value IS 194 (76.17% from 255) = 33.05%

R = 33.39%
G = 33.56%
B = 33.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C4C5C2 (or 0xC4C5C2) is known color: Harp. HEX triplet: C4, C5 and C2. RGB value is (196,197,194). Sum of RGB (Red+Green+Blue) = 196+197+194=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C5C2 is #3B3A3D. Grayscale: #C4C4C4. Windows color (decimal): -3881534 or 12764612. OLE color: 12764612.

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

Color convert

RGB 196 197 194 -
CMYK 0.01 0 0.02 0.23
HSL 80º 0.03% 0.77% -
HSV(B) 80º 0.02% 0.77% -
XYZ 52.47 55.56 59 -
YUV 196.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 196 197 194 0.01 0 0.02 0.23 80 0.03 0.77
Hex C4 C5 C2 1 0 2 17 50 3 4D
Octal 304 305 302 1 0 2 27 120 3 115
Binary 11000100 11000101 11000010 1 0 10 10111 1010000 11 1001101

Color Harmonies of #C4C5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C5C2

Black with #C4C5C2

Text Example


Text Example

White with #C4C5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C5C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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