Html Css Color HEX #C0AABB Maverick

📋 copy color: '#C0AABB'

red 192 ◦ green 170 ◦ blue 187

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

Shades of Maverick #C0AABB

Tints of Maverick #C0AABB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.97%

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

R = 34.97%
G = 30.97%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C0AABB (or 0xC0AABB) is known color: Maverick. HEX triplet: C0, AA and BB. RGB value is (192,170,187). Sum of RGB (Red+Green+Blue) = 192+170+187=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AABB is #3F5544. Grayscale: #B2B2B2. Windows color (decimal): -4150597 or 12298944. OLE color: 12298944.

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

Color convert

RGB 192 170 187 -
CMYK 0 0.11 0.03 0.25
HSL 313.64º 0.15% 0.71% -
HSV(B) 313.64º 0.11% 0.75% -
XYZ 45.08 43.54 53.04 -
YUV 178.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 192 170 187 0 0.11 0.03 0.25 313.64 0.15 0.71
Hex C0 AA BB 0 B 3 19 13A F 47
Octal 300 252 273 0 13 3 31 472 17 107
Binary 11000000 10101010 10111011 0 1011 11 11001 100111010 1111 1000111

Color Harmonies of #C0AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AABB

Black with #C0AABB

Text Example


Text Example

White with #C0AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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