Html Css Color HEX #C3C2BE Quill Grey

📋 copy color: '#C3C2BE'

red 195 ◦ green 194 ◦ blue 190

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

Shades of Quill Grey #C3C2BE

Tints of Quill Grey #C3C2BE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.51%

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

R = 33.68%
G = 33.51%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C3C2BE (or 0xC3C2BE) is known color: Quill Grey. HEX triplet: C3, C2 and BE. RGB value is (195,194,190). Sum of RGB (Red+Green+Blue) = 195+194+190=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C2BE is #3C3D41. Grayscale: #C1C1C1. Windows color (decimal): -3947842 or 12501699. OLE color: 12501699.

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

Color convert

RGB 195 194 190 -
CMYK 0 0.01 0.03 0.24
HSL 48º 0.04% 0.75% -
HSV(B) 48º 0.03% 0.76% -
XYZ 51.09 53.9 56.43 -
YUV 193.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 195 194 190 0 0.01 0.03 0.24 48 0.04 0.75
Hex C3 C2 BE 0 1 3 18 30 4 4B
Octal 303 302 276 0 1 3 30 60 4 113
Binary 11000011 11000010 10111110 0 1 11 11000 110000 100 1001011

Color Harmonies of #C3C2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C2BE

Black with #C3C2BE

Text Example


Text Example

White with #C3C2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C2BE; }

 p { color: rgb(195,194,190); }

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

background-color css

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

 a { background-color: rgb(195,194,190); }

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

border-color css

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

 span { border-color: rgb(195,194,190); }

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