Html Css Color HEX #C0A4BB Maverick

📋 copy color: '#C0A4BB'

red 192 ◦ green 164 ◦ blue 187

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

Shades of Maverick #C0A4BB

Tints of Maverick #C0A4BB

RGB

 RED value IS 192 (75.39% from 255) = 35.36%

 GREEN value IS 164 (64.45% from 255) = 30.2%

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

R = 35.36%
G = 30.2%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C0A4BB (or 0xC0A4BB) is known color: Maverick. HEX triplet: C0, A4 and BB. RGB value is (192,164,187). Sum of RGB (Red+Green+Blue) = 192+164+187=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A4BB is #3F5B44. Grayscale: #AEAEAE. Windows color (decimal): -4152133 or 12297408. OLE color: 12297408.

HSL color Cylindrical-coordinate representation of color #C0A4BB: hue angle of 310.71º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0A4BB is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 164 187 -
CMYK 0 0.15 0.03 0.25
HSL 310.71º 0.18% 0.7% -
HSV(B) 310.71º 0.15% 0.75% -
XYZ 43.98 41.35 52.68 -
YUV 174.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 192 164 187 0 0.15 0.03 0.25 310.71 0.18 0.7
Hex C0 A4 BB 0 F 3 19 137 12 46
Octal 300 244 273 0 17 3 31 467 22 106
Binary 11000000 10100100 10111011 0 1111 11 11001 100110111 10010 1000110

Color Harmonies of #C0A4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A4BB

Black with #C0A4BB

Text Example


Text Example

White with #C0A4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A4BB; }

 p { color: rgb(192,164,187); }

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

background-color css

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

 a { background-color: rgb(192,164,187); }

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

border-color css

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

 span { border-color: rgb(192,164,187); }

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