Html Css Color HEX #C9B0BD Maverick

📋 copy color: '#C9B0BD'

red 201 ◦ green 176 ◦ blue 189

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

Shades of Maverick #C9B0BD

Tints of Maverick #C9B0BD

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C9B0BD (or 0xC9B0BD) is known color: Maverick. HEX triplet: C9, B0 and BD. RGB value is (201,176,189). Sum of RGB (Red+Green+Blue) = 201+176+189=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B0BD is #364F42. Grayscale: #B8B8B8. Windows color (decimal): -3559235 or 12431561. OLE color: 12431561.

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

Color convert

RGB 201 176 189 -
CMYK 0 0.12 0.06 0.21
HSL 328.8º 0.19% 0.74% -
HSV(B) 328.8º 0.12% 0.79% -
XYZ 48.8 47.14 54.67 -
YUV 184.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 201 176 189 0 0.12 0.06 0.21 328.8 0.19 0.74
Hex C9 B0 BD 0 C 6 15 149 13 4A
Octal 311 260 275 0 14 6 25 511 23 112
Binary 11001001 10110000 10111101 0 1100 110 10101 101001001 10011 1001010

Color Harmonies of #C9B0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B0BD

Black with #C9B0BD

Text Example


Text Example

White with #C9B0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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