Html Css Color HEX #C8C4BD Stark White

📋 copy color: '#C8C4BD'

red 200 ◦ green 196 ◦ blue 189

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

Shades of Stark White #C8C4BD

Tints of Stark White #C8C4BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.31%

R = 34.19%
G = 33.5%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C8C4BD (or 0xC8C4BD) is known color: Stark White. HEX triplet: C8, C4 and BD. RGB value is (200,196,189). Sum of RGB (Red+Green+Blue) = 200+196+189=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C4BD is #373B42. Grayscale: #C4C4C4. Windows color (decimal): -3619651 or 12436680. OLE color: 12436680.

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

Color convert

RGB 200 196 189 -
CMYK 0 0.02 0.06 0.22
HSL 38.18º 0.09% 0.76% -
HSV(B) 38.18º 0.06% 0.78% -
XYZ 52.74 55.43 56.06 -
YUV 196.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 200 196 189 0 0.02 0.06 0.22 38.18 0.09 0.76
Hex C8 C4 BD 0 2 6 16 26 9 4C
Octal 310 304 275 0 2 6 26 46 11 114
Binary 11001000 11000100 10111101 0 10 110 10110 100110 1001 1001100

Color Harmonies of #C8C4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C4BD

Black with #C8C4BD

Text Example


Text Example

White with #C8C4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C4BD; }

 p { color: rgb(200,196,189); }

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

background-color css

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

 a { background-color: rgb(200,196,189); }

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

border-color css

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

 span { border-color: rgb(200,196,189); }

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