Html Css Color HEX #C7B5BD Maverick

📋 copy color: '#C7B5BD'

red 199 ◦ green 181 ◦ blue 189

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

Shades of Maverick #C7B5BD

Tints of Maverick #C7B5BD

RGB

 RED value IS 199 (78.13% from 255) = 34.97%

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

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

R = 34.97%
G = 31.81%
B = 33.22%

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

#C7B5BD (or 0xC7B5BD) is known color: Maverick. HEX triplet: C7, B5 and BD. RGB value is (199,181,189). Sum of RGB (Red+Green+Blue) = 199+181+189=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 181 (71.09% from 255 or 31.81% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B5BD is #384A42. Grayscale: #BBBBBB. Windows color (decimal): -3689027 or 12432839. OLE color: 12432839.

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

Color convert

RGB 199 181 189 -
CMYK 0 0.09 0.05 0.22
HSL 333.33º 0.14% 0.75% -
HSV(B) 333.33º 0.09% 0.78% -
XYZ 49.26 48.86 54.98 -
YUV 187.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 199 181 189 0 0.09 0.05 0.22 333.33 0.14 0.75
Hex C7 B5 BD 0 9 5 16 14D E 4B
Octal 307 265 275 0 11 5 26 515 16 113
Binary 11000111 10110101 10111101 0 1001 101 10110 101001101 1110 1001011

Color Harmonies of #C7B5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B5BD

Black with #C7B5BD

Text Example


Text Example

White with #C7B5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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