Html Css Color HEX #C6AFBE Maverick

📋 copy color: '#C6AFBE'

red 198 ◦ green 175 ◦ blue 190

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

Shades of Maverick #C6AFBE

Tints of Maverick #C6AFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.75%

R = 35.17%
G = 31.08%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C6AFBE (or 0xC6AFBE) is known color: Maverick. HEX triplet: C6, AF and BE. RGB value is (198,175,190). Sum of RGB (Red+Green+Blue) = 198+175+190=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFBE is #395041. Grayscale: #B7B7B7. Windows color (decimal): -3756098 or 12496838. OLE color: 12496838.

HSL color Cylindrical-coordinate representation of color #C6AFBE: hue angle of 320.87º 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 #C6AFBE is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 175 190 -
CMYK 0 0.12 0.04 0.22
HSL 320.87º 0.17% 0.73% -
HSV(B) 320.87º 0.12% 0.78% -
XYZ 47.91 46.38 55.14 -
YUV 183.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 198 175 190 0 0.12 0.04 0.22 320.87 0.17 0.73
Hex C6 AF BE 0 C 4 16 141 11 49
Octal 306 257 276 0 14 4 26 501 21 111
Binary 11000110 10101111 10111110 0 1100 100 10110 101000001 10001 1001001

Color Harmonies of #C6AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AFBE

Black with #C6AFBE

Text Example


Text Example

White with #C6AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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