Html Css Color HEX #C9B4BD Maverick

📋 copy color: '#C9B4BD'

red 201 ◦ green 180 ◦ blue 189

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

Shades of Maverick #C9B4BD

Tints of Maverick #C9B4BD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.58%

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

R = 35.26%
G = 31.58%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C9B4BD (or 0xC9B4BD) is known color: Maverick. HEX triplet: C9, B4 and BD. RGB value is (201,180,189). Sum of RGB (Red+Green+Blue) = 201+180+189=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B4BD is #364B42. Grayscale: #BBBBBB. Windows color (decimal): -3558211 or 12432585. OLE color: 12432585.

HSL color Cylindrical-coordinate representation of color #C9B4BD: hue angle of 334.29º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9B4BD is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 180 189 -
CMYK 0 0.10 0.06 0.21
HSL 334.29º 0.16% 0.75% -
HSV(B) 334.29º 0.1% 0.79% -
XYZ 49.59 48.73 54.94 -
YUV 187.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 201 180 189 0 0.10 0.06 0.21 334.29 0.16 0.75
Hex C9 B4 BD 0 A 6 15 14E 10 4B
Octal 311 264 275 0 12 6 25 516 20 113
Binary 11001001 10110100 10111101 0 1010 110 10101 101001110 10000 1001011

Color Harmonies of #C9B4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B4BD

Black with #C9B4BD

Text Example


Text Example

White with #C9B4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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