Html Css Color HEX #C9BEAF Cloud

📋 copy color: '#C9BEAF'

red 201 ◦ green 190 ◦ blue 175

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

Shades of Cloud #C9BEAF

Tints of Cloud #C9BEAF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.57%

 BLUE value IS 175 (68.75% from 255) = 30.92%

R = 35.51%
G = 33.57%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C9BEAF (or 0xC9BEAF) is known color: Cloud. HEX triplet: C9, BE and AF. RGB value is (201,190,175). Sum of RGB (Red+Green+Blue) = 201+190+175=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BEAF is #364150. Grayscale: #BFBFBF. Windows color (decimal): -3555665 or 11517641. OLE color: 11517641.

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

Color convert

RGB 201 190 175 -
CMYK 0 0.05 0.13 0.21
HSL 34.62º 0.19% 0.74% -
HSV(B) 34.62º 0.13% 0.79% -
XYZ 50.24 52.34 48.01 -
YUV 191.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 201 190 175 0 0.05 0.13 0.21 34.62 0.19 0.74
Hex C9 BE AF 0 5 D 15 23 13 4A
Octal 311 276 257 0 5 15 25 43 23 112
Binary 11001001 10111110 10101111 0 101 1101 10101 100011 10011 1001010

Color Harmonies of #C9BEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BEAF

Black with #C9BEAF

Text Example


Text Example

White with #C9BEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BEAF; }

 p { color: rgb(201,190,175); }

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

background-color css

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

 a { background-color: rgb(201,190,175); }

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

border-color css

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

 span { border-color: rgb(201,190,175); }

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