Html Css Color HEX #C5C3BE Quill Grey

📋 copy color: '#C5C3BE'

red 197 ◦ green 195 ◦ blue 190

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

Shades of Quill Grey #C5C3BE

Tints of Quill Grey #C5C3BE

RGB

 RED value IS 197 (77.34% from 255) = 33.85%

 GREEN value IS 195 (76.56% from 255) = 33.51%

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

R = 33.85%
G = 33.51%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C5C3BE (or 0xC5C3BE) is known color: Quill Grey. HEX triplet: C5, C3 and BE. RGB value is (197,195,190). Sum of RGB (Red+Green+Blue) = 197+195+190=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C3BE is #3A3C41. Grayscale: #C3C3C3. Windows color (decimal): -3816514 or 12501957. OLE color: 12501957.

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

Color convert

RGB 197 195 190 -
CMYK 0 0.01 0.04 0.23
HSL 42.86º 0.06% 0.76% -
HSV(B) 42.86º 0.04% 0.77% -
XYZ 51.84 54.62 56.53 -
YUV 195.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 197 195 190 0 0.01 0.04 0.23 42.86 0.06 0.76
Hex C5 C3 BE 0 1 4 17 2B 6 4C
Octal 305 303 276 0 1 4 27 53 6 114
Binary 11000101 11000011 10111110 0 1 100 10111 101011 110 1001100

Color Harmonies of #C5C3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C3BE

Black with #C5C3BE

Text Example


Text Example

White with #C5C3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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