Html Css Color HEX #C6A4BC Maverick

📋 copy color: '#C6A4BC'

red 198 ◦ green 164 ◦ blue 188

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

Shades of Maverick #C6A4BC

Tints of Maverick #C6A4BC

RGB

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

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

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

R = 36%
G = 29.82%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C6A4BC (or 0xC6A4BC) is known color: Maverick. HEX triplet: C6, A4 and BC. RGB value is (198,164,188). Sum of RGB (Red+Green+Blue) = 198+164+188=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A4BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A4BC is #395B43. Grayscale: #B0B0B0. Windows color (decimal): -3758916 or 12362950. OLE color: 12362950.

HSL color Cylindrical-coordinate representation of color #C6A4BC: hue angle of 317.65º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6A4BC is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 164 188 -
CMYK 0 0.17 0.05 0.22
HSL 317.65º 0.23% 0.71% -
HSV(B) 317.65º 0.17% 0.78% -
XYZ 45.64 42.19 53.31 -
YUV 176.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 198 164 188 0 0.17 0.05 0.22 317.65 0.23 0.71
Hex C6 A4 BC 0 11 5 16 13E 17 47
Octal 306 244 274 0 21 5 26 476 27 107
Binary 11000110 10100100 10111100 0 10001 101 10110 100111110 10111 1000111

Color Harmonies of #C6A4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A4BC

Black with #C6A4BC

Text Example


Text Example

White with #C6A4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A4BC; }

 p { color: rgb(198,164,188); }

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

background-color css

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

 a { background-color: rgb(198,164,188); }

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

border-color css

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

 span { border-color: rgb(198,164,188); }

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