Html Css Color HEX #C7A8BB Maverick

📋 copy color: '#C7A8BB'

red 199 ◦ green 168 ◦ blue 187

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

Shades of Maverick #C7A8BB

Tints of Maverick #C7A8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.32%

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

R = 35.92%
G = 30.32%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C7A8BB (or 0xC7A8BB) is known color: Maverick. HEX triplet: C7, A8 and BB. RGB value is (199,168,187). Sum of RGB (Red+Green+Blue) = 199+168+187=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A8BB is #385744. Grayscale: #B3B3B3. Windows color (decimal): -3692357 or 12298439. OLE color: 12298439.

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

Color convert

RGB 199 168 187 -
CMYK 0 0.16 0.06 0.22
HSL 323.23º 0.22% 0.72% -
HSV(B) 323.23º 0.16% 0.78% -
XYZ 46.53 43.74 53 -
YUV 179.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 199 168 187 0 0.16 0.06 0.22 323.23 0.22 0.72
Hex C7 A8 BB 0 10 6 16 143 16 48
Octal 307 250 273 0 20 6 26 503 26 110
Binary 11000111 10101000 10111011 0 10000 110 10110 101000011 10110 1001000

Color Harmonies of #C7A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A8BB

Black with #C7A8BB

Text Example


Text Example

White with #C7A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A8BB; }

 p { color: rgb(199,168,187); }

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

background-color css

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

 a { background-color: rgb(199,168,187); }

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

border-color css

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

 span { border-color: rgb(199,168,187); }

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