Html Css Color HEX #C4C6BE Harp

📋 copy color: '#C4C6BE'

red 196 ◦ green 198 ◦ blue 190

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

Shades of Harp #C4C6BE

Tints of Harp #C4C6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.53%

R = 33.56%
G = 33.9%
B = 32.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C4C6BE (or 0xC4C6BE) is known color: Harp. HEX triplet: C4, C6 and BE. RGB value is (196,198,190). Sum of RGB (Red+Green+Blue) = 196+198+190=584 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.56% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C6BE is #3B3941. Grayscale: #C4C4C4. Windows color (decimal): -3881282 or 12502724. OLE color: 12502724.

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

Color convert

RGB 196 198 190 -
CMYK 0.01 0 0.04 0.22
HSL 75º 0.07% 0.76% -
HSV(B) 75º 0.04% 0.78% -
XYZ 52.25 55.84 56.74 -
YUV 196.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 196 198 190 0.01 0 0.04 0.22 75 0.07 0.76
Hex C4 C6 BE 1 0 4 16 4B 7 4C
Octal 304 306 276 1 0 4 26 113 7 114
Binary 11000100 11000110 10111110 1 0 100 10110 1001011 111 1001100

Color Harmonies of #C4C6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C6BE

Black with #C4C6BE

Text Example


Text Example

White with #C4C6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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