Html Css Color HEX #C9B2BD Maverick

📋 copy color: '#C9B2BD'

red 201 ◦ green 178 ◦ blue 189

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

Shades of Maverick #C9B2BD

Tints of Maverick #C9B2BD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.34%

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

R = 35.39%
G = 31.34%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C9B2BD (or 0xC9B2BD) is known color: Maverick. HEX triplet: C9, B2 and BD. RGB value is (201,178,189). Sum of RGB (Red+Green+Blue) = 201+178+189=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B2BD is #364D42. Grayscale: #BABABA. Windows color (decimal): -3558723 or 12432073. OLE color: 12432073.

HSL color Cylindrical-coordinate representation of color #C9B2BD: hue angle of 331.3º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9B2BD is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 178 189 -
CMYK 0 0.11 0.06 0.21
HSL 331.3º 0.18% 0.74% -
HSV(B) 331.3º 0.11% 0.79% -
XYZ 49.19 47.93 54.8 -
YUV 186.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 201 178 189 0 0.11 0.06 0.21 331.3 0.18 0.74
Hex C9 B2 BD 0 B 6 15 14B 12 4A
Octal 311 262 275 0 13 6 25 513 22 112
Binary 11001001 10110010 10111101 0 1011 110 10101 101001011 10010 1001010

Color Harmonies of #C9B2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B2BD

Black with #C9B2BD

Text Example


Text Example

White with #C9B2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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