Html Css Color HEX #C9C1AE Cloud

📋 copy color: '#C9C1AE'

red 201 ◦ green 193 ◦ blue 174

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

Shades of Cloud #C9C1AE

Tints of Cloud #C9C1AE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.98%

 BLUE value IS 174 (68.36% from 255) = 30.63%

R = 35.39%
G = 33.98%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C9C1AE (or 0xC9C1AE) is known color: Cloud. HEX triplet: C9, C1 and AE. RGB value is (201,193,174). Sum of RGB (Red+Green+Blue) = 201+193+174=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C1AE is #363E51. Grayscale: #C1C1C1. Windows color (decimal): -3554898 or 11452873. OLE color: 11452873.

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

Color convert

RGB 201 193 174 -
CMYK 0 0.04 0.13 0.21
HSL 42.22º 0.2% 0.74% -
HSV(B) 42.22º 0.13% 0.79% -
XYZ 50.8 53.61 47.72 -
YUV 193.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 201 193 174 0 0.04 0.13 0.21 42.22 0.2 0.74
Hex C9 C1 AE 0 4 D 15 2A 14 4A
Octal 311 301 256 0 4 15 25 52 24 112
Binary 11001001 11000001 10101110 0 100 1101 10101 101010 10100 1001010

Color Harmonies of #C9C1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C1AE

Black with #C9C1AE

Text Example


Text Example

White with #C9C1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C1AE; }

 p { color: rgb(201,193,174); }

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

background-color css

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

 a { background-color: rgb(201,193,174); }

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

border-color css

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

 span { border-color: rgb(201,193,174); }

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