Html Css Color HEX #C6AFB9 Maverick

📋 copy color: '#C6AFB9'

red 198 ◦ green 175 ◦ blue 185

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

Shades of Maverick #C6AFB9

Tints of Maverick #C6AFB9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.36%

 BLUE value IS 185 (72.66% from 255) = 33.15%

R = 35.48%
G = 31.36%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C6AFB9 (or 0xC6AFB9) is known color: Maverick. HEX triplet: C6, AF and B9. RGB value is (198,175,185). Sum of RGB (Red+Green+Blue) = 198+175+185=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFB9 is #395046. Grayscale: #B7B7B7. Windows color (decimal): -3756103 or 12169158. OLE color: 12169158.

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

Color convert

RGB 198 175 185 -
CMYK 0 0.12 0.07 0.22
HSL 333.91º 0.17% 0.73% -
HSV(B) 333.91º 0.12% 0.78% -
XYZ 47.38 46.17 52.31 -
YUV 183.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 198 175 185 0 0.12 0.07 0.22 333.91 0.17 0.73
Hex C6 AF B9 0 C 7 16 14E 11 49
Octal 306 257 271 0 14 7 26 516 21 111
Binary 11000110 10101111 10111001 0 1100 111 10110 101001110 10001 1001001

Color Harmonies of #C6AFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AFB9

Black with #C6AFB9

Text Example


Text Example

White with #C6AFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AFB9; }

 p { color: rgb(198,175,185); }

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

background-color css

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

 a { background-color: rgb(198,175,185); }

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

border-color css

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

 span { border-color: rgb(198,175,185); }

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