Html Css Color HEX #C9BEB3 Stark White

📋 copy color: '#C9BEB3'

red 201 ◦ green 190 ◦ blue 179

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

Shades of Stark White #C9BEB3

Tints of Stark White #C9BEB3

RGB

 RED value IS 201 (78.91% from 255) = 35.26%

 GREEN value IS 190 (74.61% from 255) = 33.33%

 BLUE value IS 179 (70.31% from 255) = 31.4%

R = 35.26%
G = 33.33%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C9BEB3 (or 0xC9BEB3) is known color: Stark White. HEX triplet: C9, BE and B3. RGB value is (201,190,179). Sum of RGB (Red+Green+Blue) = 201+190+179=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEB3 is #36414C. Grayscale: #C0C0C0. Windows color (decimal): -3555661 or 11779785. OLE color: 11779785.

HSL color Cylindrical-coordinate representation of color #C9BEB3: hue angle of 30º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9BEB3 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 190 179 -
CMYK 0 0.05 0.11 0.21
HSL 30º 0.17% 0.75% -
HSV(B) 30º 0.11% 0.79% -
XYZ 50.64 52.5 50.11 -
YUV 192.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 201 190 179 0 0.05 0.11 0.21 30 0.17 0.75
Hex C9 BE B3 0 5 B 15 1E 11 4B
Octal 311 276 263 0 5 13 25 36 21 113
Binary 11001001 10111110 10110011 0 101 1011 10101 11110 10001 1001011

Color Harmonies of #C9BEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BEB3

Black with #C9BEB3

Text Example


Text Example

White with #C9BEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BEB3; }

 p { color: rgb(201,190,179); }

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

background-color css

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

 a { background-color: rgb(201,190,179); }

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

border-color css

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

 span { border-color: rgb(201,190,179); }

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