Html Css Color HEX #C9CAB8 Moon Mist

📋 copy color: '#C9CAB8'

red 201 ◦ green 202 ◦ blue 184

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

Shades of Moon Mist #C9CAB8

Tints of Moon Mist #C9CAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.35%

R = 34.24%
G = 34.41%
B = 31.35%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C9CAB8 (or 0xC9CAB8) is known color: Moon Mist. HEX triplet: C9, CA and B8. RGB value is (201,202,184). Sum of RGB (Red+Green+Blue) = 201+202+184=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 184 (72.27% from 255 or 31.35% from 587); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CAB8 is #363547. Grayscale: #C7C7C7. Windows color (decimal): -3552584 or 12110537. OLE color: 12110537.

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

Color convert

RGB 201 202 184 -
CMYK 0.00 0 0.09 0.21
HSL 63.33º 0.15% 0.76% -
HSV(B) 63.33º 0.09% 0.79% -
XYZ 53.86 58.12 53.73 -
YUV 199.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 201 202 184 0.00 0 0.09 0.21 63.33 0.15 0.76
Hex C9 CA B8 0 0 9 15 3F F 4C
Octal 311 312 270 0 0 11 25 77 17 114
Binary 11001001 11001010 10111000 0 0 1001 10101 111111 1111 1001100

Color Harmonies of #C9CAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CAB8

Black with #C9CAB8

Text Example


Text Example

White with #C9CAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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