Html Css Color HEX #C9BEAC Cloud

📋 copy color: '#C9BEAC'

red 201 ◦ green 190 ◦ blue 172

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

Shades of Cloud #C9BEAC

Tints of Cloud #C9BEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.55%

R = 35.7%
G = 33.75%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C9BEAC (or 0xC9BEAC) is known color: Cloud. HEX triplet: C9, BE and AC. RGB value is (201,190,172). Sum of RGB (Red+Green+Blue) = 201+190+172=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BEAC is #364153. Grayscale: #BFBFBF. Windows color (decimal): -3555668 or 11321033. OLE color: 11321033.

HSL color Cylindrical-coordinate representation of color #C9BEAC: hue angle of 37.24º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9BEAC is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 190 172 -
CMYK 0 0.05 0.14 0.21
HSL 37.24º 0.21% 0.73% -
HSV(B) 37.24º 0.14% 0.79% -
XYZ 49.95 52.22 46.48 -
YUV 191.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 201 190 172 0 0.05 0.14 0.21 37.24 0.21 0.73
Hex C9 BE AC 0 5 E 15 25 15 49
Octal 311 276 254 0 5 16 25 45 25 111
Binary 11001001 10111110 10101100 0 101 1110 10101 100101 10101 1001001

Color Harmonies of #C9BEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BEAC

Black with #C9BEAC

Text Example


Text Example

White with #C9BEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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