Html Css Color HEX #C7C4BF Stark White

📋 copy color: '#C7C4BF'

red 199 ◦ green 196 ◦ blue 191

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

Shades of Stark White #C7C4BF

Tints of Stark White #C7C4BF

RGB

 RED value IS 199 (78.13% from 255) = 33.96%

 GREEN value IS 196 (76.95% from 255) = 33.45%

 BLUE value IS 191 (75% from 255) = 32.59%

R = 33.96%
G = 33.45%
B = 32.59%

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

#C7C4BF (or 0xC7C4BF) is known color: Stark White. HEX triplet: C7, C4 and BF. RGB value is (199,196,191). Sum of RGB (Red+Green+Blue) = 199+196+191=586 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.96% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C4BF is #383B40. Grayscale: #C4C4C4. Windows color (decimal): -3685185 or 12567751. OLE color: 12567751.

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

Color convert

RGB 199 196 191 -
CMYK 0 0.02 0.04 0.22
HSL 37.5º 0.07% 0.76% -
HSV(B) 37.5º 0.04% 0.78% -
XYZ 52.7 55.38 57.2 -
YUV 196.33 124.99 129.91 -
System Red Green Blue C M Y K H S L
Decimal 199 196 191 0 0.02 0.04 0.22 37.5 0.07 0.76
Hex C7 C4 BF 0 2 4 16 26 7 4C
Octal 307 304 277 0 2 4 26 46 7 114
Binary 11000111 11000100 10111111 0 10 100 10110 100110 111 1001100

Color Harmonies of #C7C4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C4BF

Black with #C7C4BF

Text Example


Text Example

White with #C7C4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C4BF; }

 p { color: rgb(199,196,191); }

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

background-color css

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

 a { background-color: rgb(199,196,191); }

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

border-color css

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

 span { border-color: rgb(199,196,191); }

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