Html Css Color HEX #C8C7C2 Quill Grey

📋 copy color: '#C8C7C2'

red 200 ◦ green 199 ◦ blue 194

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

Shades of Quill Grey #C8C7C2

Tints of Quill Grey #C8C7C2

RGB

 RED value IS 200 (78.52% from 255) = 33.73%

 GREEN value IS 199 (78.13% from 255) = 33.56%

 BLUE value IS 194 (76.17% from 255) = 32.72%

R = 33.73%
G = 33.56%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C8C7C2 (or 0xC8C7C2) is known color: Quill Grey. HEX triplet: C8, C7 and C2. RGB value is (200,199,194). Sum of RGB (Red+Green+Blue) = 200+199+194=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C7C2 is #37383D. Grayscale: #C6C6C6. Windows color (decimal): -3618878 or 12765128. OLE color: 12765128.

HSL color Cylindrical-coordinate representation of color #C8C7C2: hue angle of 50º degrees, saturation: 0.05, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C8C7C2 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 199 194 -
CMYK 0 0.00 0.03 0.22
HSL 50º 0.05% 0.77% -
HSV(B) 50º 0.03% 0.78% -
XYZ 53.98 57.02 59.2 -
YUV 198.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 200 199 194 0 0.00 0.03 0.22 50 0.05 0.77
Hex C8 C7 C2 0 0 3 16 32 5 4D
Octal 310 307 302 0 0 3 26 62 5 115
Binary 11001000 11000111 11000010 0 0 11 10110 110010 101 1001101

Color Harmonies of #C8C7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C7C2

Black with #C8C7C2

Text Example


Text Example

White with #C8C7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C7C2; }

 p { color: rgb(200,199,194); }

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

background-color css

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

 a { background-color: rgb(200,199,194); }

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

border-color css

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

 span { border-color: rgb(200,199,194); }

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