Html Css Color HEX #C6B6BD Maverick

📋 copy color: '#C6B6BD'

red 198 ◦ green 182 ◦ blue 189

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

Shades of Maverick #C6B6BD

Tints of Maverick #C6B6BD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.99%

 BLUE value IS 189 (74.22% from 255) = 33.22%

R = 34.8%
G = 31.99%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C6B6BD (or 0xC6B6BD) is known color: Maverick. HEX triplet: C6, B6 and BD. RGB value is (198,182,189). Sum of RGB (Red+Green+Blue) = 198+182+189=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B6BD is #394942. Grayscale: #BBBBBB. Windows color (decimal): -3754307 or 12433094. OLE color: 12433094.

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

Color convert

RGB 198 182 189 -
CMYK 0 0.08 0.05 0.22
HSL 333.75º 0.12% 0.75% -
HSV(B) 333.75º 0.08% 0.78% -
XYZ 49.2 49.14 55.04 -
YUV 187.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 198 182 189 0 0.08 0.05 0.22 333.75 0.12 0.75
Hex C6 B6 BD 0 8 5 16 14E C 4B
Octal 306 266 275 0 10 5 26 516 14 113
Binary 11000110 10110110 10111101 0 1000 101 10110 101001110 1100 1001011

Color Harmonies of #C6B6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B6BD

Black with #C6B6BD

Text Example


Text Example

White with #C6B6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B6BD; }

 p { color: rgb(198,182,189); }

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

background-color css

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

 a { background-color: rgb(198,182,189); }

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

border-color css

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

 span { border-color: rgb(198,182,189); }

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