Html Css Color HEX #C8C5C1 Stark White

📋 copy color: '#C8C5C1'

red 200 ◦ green 197 ◦ blue 193

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

Shades of Stark White #C8C5C1

Tints of Stark White #C8C5C1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.39%

 BLUE value IS 193 (75.78% from 255) = 32.71%

R = 33.9%
G = 33.39%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C8C5C1 (or 0xC8C5C1) is known color: Stark White. HEX triplet: C8, C5 and C1. RGB value is (200,197,193). Sum of RGB (Red+Green+Blue) = 200+197+193=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C5C1 is #373A3E. Grayscale: #C5C5C5. Windows color (decimal): -3619391 or 12699080. OLE color: 12699080.

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

Color convert

RGB 200 197 193 -
CMYK 0 0.02 0.04 0.22
HSL 34.29º 0.06% 0.77% -
HSV(B) 34.29º 0.04% 0.78% -
XYZ 53.41 56.06 58.46 -
YUV 197.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 200 197 193 0 0.02 0.04 0.22 34.29 0.06 0.77
Hex C8 C5 C1 0 2 4 16 22 6 4D
Octal 310 305 301 0 2 4 26 42 6 115
Binary 11001000 11000101 11000001 0 10 100 10110 100010 110 1001101

Color Harmonies of #C8C5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C5C1

Black with #C8C5C1

Text Example


Text Example

White with #C8C5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C5C1; }

 p { color: rgb(200,197,193); }

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

background-color css

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

 a { background-color: rgb(200,197,193); }

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

border-color css

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

 span { border-color: rgb(200,197,193); }

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