Html Css Color HEX #C9BDB0 Cloud

📋 copy color: '#C9BDB0'

red 201 ◦ green 189 ◦ blue 176

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

Shades of Cloud #C9BDB0

Tints of Cloud #C9BDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.1%

R = 35.51%
G = 33.39%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C9BDB0 (or 0xC9BDB0) is known color: Cloud. HEX triplet: C9, BD and B0. RGB value is (201,189,176). Sum of RGB (Red+Green+Blue) = 201+189+176=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BDB0 is #36424F. Grayscale: #BFBFBF. Windows color (decimal): -3555920 or 11582921. OLE color: 11582921.

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

Color convert

RGB 201 189 176 -
CMYK 0 0.06 0.12 0.21
HSL 31.2º 0.19% 0.74% -
HSV(B) 31.2º 0.12% 0.79% -
XYZ 50.12 51.95 48.46 -
YUV 191.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 201 189 176 0 0.06 0.12 0.21 31.2 0.19 0.74
Hex C9 BD B0 0 6 C 15 1F 13 4A
Octal 311 275 260 0 6 14 25 37 23 112
Binary 11001001 10111101 10110000 0 110 1100 10101 11111 10011 1001010

Color Harmonies of #C9BDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDB0

Black with #C9BDB0

Text Example


Text Example

White with #C9BDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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