Html Css Color HEX #C6B5BD Maverick

📋 copy color: '#C6B5BD'

red 198 ◦ green 181 ◦ blue 189

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

Shades of Maverick #C6B5BD

Tints of Maverick #C6B5BD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.87%

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

R = 34.86%
G = 31.87%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C6B5BD (or 0xC6B5BD) is known color: Maverick. HEX triplet: C6, B5 and BD. RGB value is (198,181,189). Sum of RGB (Red+Green+Blue) = 198+181+189=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 181 (71.09% from 255 or 31.87% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B5BD is #394A42. Grayscale: #BABABA. Windows color (decimal): -3754563 or 12432838. OLE color: 12432838.

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

Color convert

RGB 198 181 189 -
CMYK 0 0.09 0.05 0.22
HSL 331.76º 0.13% 0.74% -
HSV(B) 331.76º 0.09% 0.78% -
XYZ 49 48.73 54.97 -
YUV 187 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 198 181 189 0 0.09 0.05 0.22 331.76 0.13 0.74
Hex C6 B5 BD 0 9 5 16 14C D 4A
Octal 306 265 275 0 11 5 26 514 15 112
Binary 11000110 10110101 10111101 0 1001 101 10110 101001100 1101 1001010

Color Harmonies of #C6B5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B5BD

Black with #C6B5BD

Text Example


Text Example

White with #C6B5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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