Html Css Color HEX #C6B0BF Maverick

📋 copy color: '#C6B0BF'

red 198 ◦ green 176 ◦ blue 191

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

Shades of Maverick #C6B0BF

Tints of Maverick #C6B0BF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.15%

 BLUE value IS 191 (75% from 255) = 33.81%

R = 35.04%
G = 31.15%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C6B0BF (or 0xC6B0BF) is known color: Maverick. HEX triplet: C6, B0 and BF. RGB value is (198,176,191). Sum of RGB (Red+Green+Blue) = 198+176+191=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6B0BF is #394F40. Grayscale: #B8B8B8. Windows color (decimal): -3755841 or 12562630. OLE color: 12562630.

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

Color convert

RGB 198 176 191 -
CMYK 0 0.11 0.04 0.22
HSL 319.09º 0.16% 0.73% -
HSV(B) 319.09º 0.11% 0.78% -
XYZ 48.22 46.82 55.79 -
YUV 184.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 198 176 191 0 0.11 0.04 0.22 319.09 0.16 0.73
Hex C6 B0 BF 0 B 4 16 13F 10 49
Octal 306 260 277 0 13 4 26 477 20 111
Binary 11000110 10110000 10111111 0 1011 100 10110 100111111 10000 1001001

Color Harmonies of #C6B0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B0BF

Black with #C6B0BF

Text Example


Text Example

White with #C6B0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B0BF; }

 p { color: rgb(198,176,191); }

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

background-color css

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

 a { background-color: rgb(198,176,191); }

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

border-color css

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

 span { border-color: rgb(198,176,191); }

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