Html Css Color HEX #C9CABA Moon Mist

📋 copy color: '#C9CABA'

red 201 ◦ green 202 ◦ blue 186

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

Shades of Moon Mist #C9CABA

Tints of Moon Mist #C9CABA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.3%

 BLUE value IS 186 (73.05% from 255) = 31.58%

R = 34.13%
G = 34.3%
B = 31.58%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C9CABA (or 0xC9CABA) is known color: Moon Mist. HEX triplet: C9, CA and BA. RGB value is (201,202,186). Sum of RGB (Red+Green+Blue) = 201+202+186=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CABA is #363545. Grayscale: #C7C7C7. Windows color (decimal): -3552582 or 12241609. OLE color: 12241609.

HSL color Cylindrical-coordinate representation of color #C9CABA: hue angle of 63.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9CABA is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 202 186 -
CMYK 0.00 0 0.08 0.21
HSL 63.75º 0.13% 0.76% -
HSV(B) 63.75º 0.08% 0.79% -
XYZ 54.07 58.2 54.84 -
YUV 199.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 201 202 186 0.00 0 0.08 0.21 63.75 0.13 0.76
Hex C9 CA BA 0 0 8 15 40 D 4C
Octal 311 312 272 0 0 10 25 100 15 114
Binary 11001001 11001010 10111010 0 0 1000 10101 1000000 1101 1001100

Color Harmonies of #C9CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CABA

Black with #C9CABA

Text Example


Text Example

White with #C9CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CABA; }

 p { color: rgb(201,202,186); }

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

background-color css

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

 a { background-color: rgb(201,202,186); }

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

border-color css

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

 span { border-color: rgb(201,202,186); }

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