Html Css Color HEX #C4C6BD Harp

📋 copy color: '#C4C6BD'

red 196 ◦ green 198 ◦ blue 189

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

Shades of Harp #C4C6BD

Tints of Harp #C4C6BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.42%

R = 33.62%
G = 33.96%
B = 32.42%

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

#C4C6BD (or 0xC4C6BD) is known color: Harp. HEX triplet: C4, C6 and BD. RGB value is (196,198,189). Sum of RGB (Red+Green+Blue) = 196+198+189=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C6BD is #3B3942. Grayscale: #C4C4C4. Windows color (decimal): -3881283 or 12437188. OLE color: 12437188.

HSL color Cylindrical-coordinate representation of color #C4C6BD: hue angle of 73.33º degrees, saturation: 0.07, 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 #C4C6BD is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 198 189 -
CMYK 0.01 0 0.05 0.22
HSL 73.33º 0.07% 0.76% -
HSV(B) 73.33º 0.05% 0.78% -
XYZ 52.14 55.8 56.17 -
YUV 196.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 196 198 189 0.01 0 0.05 0.22 73.33 0.07 0.76
Hex C4 C6 BD 1 0 5 16 49 7 4C
Octal 304 306 275 1 0 5 26 111 7 114
Binary 11000100 11000110 10111101 1 0 101 10110 1001001 111 1001100

Color Harmonies of #C4C6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C6BD

Black with #C4C6BD

Text Example


Text Example

White with #C4C6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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