Html Css Color HEX #C3C6B8 Harp

📋 copy color: '#C3C6B8'

red 195 ◦ green 198 ◦ blue 184

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

Shades of Harp #C3C6B8

Tints of Harp #C3C6B8

RGB

 RED value IS 195 (76.56% from 255) = 33.8%

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

 BLUE value IS 184 (72.27% from 255) = 31.89%

R = 33.8%
G = 34.32%
B = 31.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C3C6B8 (or 0xC3C6B8) is known color: Harp. HEX triplet: C3, C6 and B8. RGB value is (195,198,184). Sum of RGB (Red+Green+Blue) = 195+198+184=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C6B8 is #3C3947. Grayscale: #C3C3C3. Windows color (decimal): -3946824 or 12109507. OLE color: 12109507.

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

Color convert

RGB 195 198 184 -
CMYK 0.02 0 0.07 0.22
HSL 72.86º 0.11% 0.75% -
HSV(B) 72.86º 0.07% 0.78% -
XYZ 51.35 55.45 53.34 -
YUV 195.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 195 198 184 0.02 0 0.07 0.22 72.86 0.11 0.75
Hex C3 C6 B8 2 0 7 16 49 B 4B
Octal 303 306 270 2 0 7 26 111 13 113
Binary 11000011 11000110 10111000 10 0 111 10110 1001001 1011 1001011

Color Harmonies of #C3C6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C6B8

Black with #C3C6B8

Text Example


Text Example

White with #C3C6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C6B8; }

 p { color: rgb(195,198,184); }

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

background-color css

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

 a { background-color: rgb(195,198,184); }

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

border-color css

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

 span { border-color: rgb(195,198,184); }

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