Html Css Color HEX #C4C6BC Harp

📋 copy color: '#C4C6BC'

red 196 ◦ green 198 ◦ blue 188

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

Shades of Harp #C4C6BC

Tints of Harp #C4C6BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.3%

R = 33.68%
G = 34.02%
B = 32.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C4C6BC (or 0xC4C6BC) is known color: Harp. HEX triplet: C4, C6 and BC. RGB value is (196,198,188). Sum of RGB (Red+Green+Blue) = 196+198+188=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 198 (77.73% from 255 or 34.02% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C6BC is #3B3943. Grayscale: #C4C4C4. Windows color (decimal): -3881284 or 12371652. OLE color: 12371652.

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

Color convert

RGB 196 198 188 -
CMYK 0.01 0 0.05 0.22
HSL 72º 0.08% 0.76% -
HSV(B) 72º 0.05% 0.78% -
XYZ 52.04 55.75 55.6 -
YUV 196.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 196 198 188 0.01 0 0.05 0.22 72 0.08 0.76
Hex C4 C6 BC 1 0 5 16 48 8 4C
Octal 304 306 274 1 0 5 26 110 10 114
Binary 11000100 11000110 10111100 1 0 101 10110 1001000 1000 1001100

Color Harmonies of #C4C6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C6BC

Black with #C4C6BC

Text Example


Text Example

White with #C4C6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C6BC; }

 p { color: rgb(196,198,188); }

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

background-color css

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

 a { background-color: rgb(196,198,188); }

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

border-color css

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

 span { border-color: rgb(196,198,188); }

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