Html Css Color HEX #C9B0BB Maverick

📋 copy color: '#C9B0BB'

red 201 ◦ green 176 ◦ blue 187

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

Shades of Maverick #C9B0BB

Tints of Maverick #C9B0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.16%

R = 35.64%
G = 31.21%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C9B0BB (or 0xC9B0BB) is known color: Maverick. HEX triplet: C9, B0 and BB. RGB value is (201,176,187). Sum of RGB (Red+Green+Blue) = 201+176+187=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B0BB is #364F44. Grayscale: #B8B8B8. Windows color (decimal): -3559237 or 12300489. OLE color: 12300489.

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

Color convert

RGB 201 176 187 -
CMYK 0 0.12 0.07 0.21
HSL 333.6º 0.19% 0.74% -
HSV(B) 333.6º 0.12% 0.79% -
XYZ 48.58 47.06 53.54 -
YUV 184.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 201 176 187 0 0.12 0.07 0.21 333.6 0.19 0.74
Hex C9 B0 BB 0 C 7 15 14E 13 4A
Octal 311 260 273 0 14 7 25 516 23 112
Binary 11001001 10110000 10111011 0 1100 111 10101 101001110 10011 1001010

Color Harmonies of #C9B0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B0BB

Black with #C9B0BB

Text Example


Text Example

White with #C9B0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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