Html Css Color HEX #C9BDAE Cloud

📋 copy color: '#C9BDAE'

red 201 ◦ green 189 ◦ blue 174

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

Shades of Cloud #C9BDAE

Tints of Cloud #C9BDAE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.51%

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

R = 35.64%
G = 33.51%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C9BDAE (or 0xC9BDAE) is known color: Cloud. HEX triplet: C9, BD and AE. RGB value is (201,189,174). Sum of RGB (Red+Green+Blue) = 201+189+174=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BDAE is #364251. Grayscale: #BEBEBE. Windows color (decimal): -3555922 or 11451849. OLE color: 11451849.

HSL color Cylindrical-coordinate representation of color #C9BDAE: hue angle of 33.33º 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 #C9BDAE is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 189 174 -
CMYK 0 0.06 0.13 0.21
HSL 33.33º 0.2% 0.74% -
HSV(B) 33.33º 0.13% 0.79% -
XYZ 49.92 51.87 47.42 -
YUV 190.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 201 189 174 0 0.06 0.13 0.21 33.33 0.2 0.74
Hex C9 BD AE 0 6 D 15 21 14 4A
Octal 311 275 256 0 6 15 25 41 24 112
Binary 11001001 10111101 10101110 0 110 1101 10101 100001 10100 1001010

Color Harmonies of #C9BDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDAE

Black with #C9BDAE

Text Example


Text Example

White with #C9BDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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