Html Css Color HEX #C8A8BD Maverick

📋 copy color: '#C8A8BD'

red 200 ◦ green 168 ◦ blue 189

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

Shades of Maverick #C8A8BD

Tints of Maverick #C8A8BD

RGB

 RED value IS 200 (78.52% from 255) = 35.91%

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

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

R = 35.91%
G = 30.16%
B = 33.93%

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

#C8A8BD (or 0xC8A8BD) is known color: Maverick. HEX triplet: C8, A8 and BD. RGB value is (200,168,189). Sum of RGB (Red+Green+Blue) = 200+168+189=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A8BD is #375742. Grayscale: #B3B3B3. Windows color (decimal): -3626819 or 12429512. OLE color: 12429512.

HSL color Cylindrical-coordinate representation of color #C8A8BD: hue angle of 320.62º degrees, saturation: 0.23, 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 #C8A8BD is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 168 189 -
CMYK 0 0.16 0.06 0.22
HSL 320.63º 0.23% 0.72% -
HSV(B) 320.63º 0.16% 0.78% -
XYZ 47.01 43.96 54.15 -
YUV 179.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 200 168 189 0 0.16 0.06 0.22 320.63 0.23 0.72
Hex C8 A8 BD 0 10 6 16 141 17 48
Octal 310 250 275 0 20 6 26 501 27 110
Binary 11001000 10101000 10111101 0 10000 110 10110 101000001 10111 1001000

Color Harmonies of #C8A8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A8BD

Black with #C8A8BD

Text Example


Text Example

White with #C8A8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A8BD; }

 p { color: rgb(200,168,189); }

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

background-color css

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

 a { background-color: rgb(200,168,189); }

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

border-color css

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

 span { border-color: rgb(200,168,189); }

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