Html Css Color HEX #C6AFBB Maverick

📋 copy color: '#C6AFBB'

red 198 ◦ green 175 ◦ blue 187

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

Shades of Maverick #C6AFBB

Tints of Maverick #C6AFBB

RGB

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

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

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

R = 35.36%
G = 31.25%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C6AFBB (or 0xC6AFBB) is known color: Maverick. HEX triplet: C6, AF and BB. RGB value is (198,175,187). Sum of RGB (Red+Green+Blue) = 198+175+187=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFBB is #395044. Grayscale: #B7B7B7. Windows color (decimal): -3756101 or 12300230. OLE color: 12300230.

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

Color convert

RGB 198 175 187 -
CMYK 0 0.12 0.06 0.22
HSL 328.7º 0.17% 0.73% -
HSV(B) 328.7º 0.12% 0.78% -
XYZ 47.59 46.25 53.43 -
YUV 183.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 198 175 187 0 0.12 0.06 0.22 328.7 0.17 0.73
Hex C6 AF BB 0 C 6 16 149 11 49
Octal 306 257 273 0 14 6 26 511 21 111
Binary 11000110 10101111 10111011 0 1100 110 10110 101001001 10001 1001001

Color Harmonies of #C6AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AFBB

Black with #C6AFBB

Text Example


Text Example

White with #C6AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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