Html Css Color HEX #C8A5BE Maverick

📋 copy color: '#C8A5BE'

red 200 ◦ green 165 ◦ blue 190

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

Shades of Maverick #C8A5BE

Tints of Maverick #C8A5BE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.73%

 BLUE value IS 190 (74.61% from 255) = 34.23%

R = 36.04%
G = 29.73%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C8A5BE (or 0xC8A5BE) is known color: Maverick. HEX triplet: C8, A5 and BE. RGB value is (200,165,190). Sum of RGB (Red+Green+Blue) = 200+165+190=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A5BE is #375A41. Grayscale: #B2B2B2. Windows color (decimal): -3627586 or 12494280. OLE color: 12494280.

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

Color convert

RGB 200 165 190 -
CMYK 0 0.18 0.05 0.22
HSL 317.14º 0.24% 0.72% -
HSV(B) 317.14º 0.18% 0.78% -
XYZ 46.57 42.91 54.54 -
YUV 178.32 134.6 143.47 -
System Red Green Blue C M Y K H S L
Decimal 200 165 190 0 0.18 0.05 0.22 317.14 0.24 0.72
Hex C8 A5 BE 0 12 5 16 13D 18 48
Octal 310 245 276 0 22 5 26 475 30 110
Binary 11001000 10100101 10111110 0 10010 101 10110 100111101 11000 1001000

Color Harmonies of #C8A5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A5BE

Black with #C8A5BE

Text Example


Text Example

White with #C8A5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A5BE; }

 p { color: rgb(200,165,190); }

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

background-color css

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

 a { background-color: rgb(200,165,190); }

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

border-color css

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

 span { border-color: rgb(200,165,190); }

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