Html Css Color HEX #C6AABB Maverick

📋 copy color: '#C6AABB'

red 198 ◦ green 170 ◦ blue 187

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

Shades of Maverick #C6AABB

Tints of Maverick #C6AABB

RGB

 RED value IS 198 (77.73% from 255) = 35.68%

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

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

R = 35.68%
G = 30.63%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C6AABB (or 0xC6AABB) is known color: Maverick. HEX triplet: C6, AA and BB. RGB value is (198,170,187). Sum of RGB (Red+Green+Blue) = 198+170+187=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AABB is #395544. Grayscale: #B4B4B4. Windows color (decimal): -3757381 or 12298950. OLE color: 12298950.

HSL color Cylindrical-coordinate representation of color #C6AABB: hue angle of 323.57º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6AABB is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 170 187 -
CMYK 0 0.14 0.06 0.22
HSL 323.57º 0.2% 0.72% -
HSV(B) 323.57º 0.14% 0.78% -
XYZ 46.63 44.34 53.11 -
YUV 180.31 131.78 140.62 -
System Red Green Blue C M Y K H S L
Decimal 198 170 187 0 0.14 0.06 0.22 323.57 0.2 0.72
Hex C6 AA BB 0 E 6 16 144 14 48
Octal 306 252 273 0 16 6 26 504 24 110
Binary 11000110 10101010 10111011 0 1110 110 10110 101000100 10100 1001000

Color Harmonies of #C6AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AABB

Black with #C6AABB

Text Example


Text Example

White with #C6AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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