Html Css Color HEX #C9CAB1 Moon Mist

📋 copy color: '#C9CAB1'

red 201 ◦ green 202 ◦ blue 177

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

Shades of Moon Mist #C9CAB1

Tints of Moon Mist #C9CAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.52%

R = 34.66%
G = 34.83%
B = 30.52%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C9CAB1 (or 0xC9CAB1) is known color: Moon Mist. HEX triplet: C9, CA and B1. RGB value is (201,202,177). Sum of RGB (Red+Green+Blue) = 201+202+177=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 177 (69.53% from 255 or 30.52% from 580); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CAB1 is #36354E. Grayscale: #C6C6C6. Windows color (decimal): -3552591 or 11651785. OLE color: 11651785.

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

Color convert

RGB 201 202 177 -
CMYK 0.00 0 0.12 0.21
HSL 62.4º 0.19% 0.74% -
HSV(B) 62.4º 0.12% 0.79% -
XYZ 53.14 57.83 49.96 -
YUV 198.85 115.67 129.53 -
System Red Green Blue C M Y K H S L
Decimal 201 202 177 0.00 0 0.12 0.21 62.4 0.19 0.74
Hex C9 CA B1 0 0 C 15 3E 13 4A
Octal 311 312 261 0 0 14 25 76 23 112
Binary 11001001 11001010 10110001 0 0 1100 10101 111110 10011 1001010

Color Harmonies of #C9CAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CAB1

Black with #C9CAB1

Text Example


Text Example

White with #C9CAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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