Html Css Color HEX #C9A5BC Maverick

📋 copy color: '#C9A5BC'

red 201 ◦ green 165 ◦ blue 188

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

Shades of Maverick #C9A5BC

Tints of Maverick #C9A5BC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.78%

 BLUE value IS 188 (73.83% from 255) = 33.94%

R = 36.28%
G = 29.78%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C9A5BC (or 0xC9A5BC) is known color: Maverick. HEX triplet: C9, A5 and BC. RGB value is (201,165,188). Sum of RGB (Red+Green+Blue) = 201+165+188=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A5BC is #365A43. Grayscale: #B2B2B2. Windows color (decimal): -3562052 or 12363209. OLE color: 12363209.

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

Color convert

RGB 201 165 188 -
CMYK 0 0.18 0.06 0.21
HSL 321.67º 0.25% 0.72% -
HSV(B) 321.67º 0.18% 0.79% -
XYZ 46.62 42.96 53.41 -
YUV 178.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 201 165 188 0 0.18 0.06 0.21 321.67 0.25 0.72
Hex C9 A5 BC 0 12 6 15 142 19 48
Octal 311 245 274 0 22 6 25 502 31 110
Binary 11001001 10100101 10111100 0 10010 110 10101 101000010 11001 1001000

Color Harmonies of #C9A5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A5BC

Black with #C9A5BC

Text Example


Text Example

White with #C9A5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A5BC; }

 p { color: rgb(201,165,188); }

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

background-color css

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

 a { background-color: rgb(201,165,188); }

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

border-color css

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

 span { border-color: rgb(201,165,188); }

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