Html Css Color HEX #C8A5BC Maverick

📋 copy color: '#C8A5BC'

red 200 ◦ green 165 ◦ blue 188

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

Shades of Maverick #C8A5BC

Tints of Maverick #C8A5BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34%

R = 36.17%
G = 29.84%
B = 34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C8A5BC (or 0xC8A5BC) is known color: Maverick. HEX triplet: C8, A5 and BC. RGB value is (200,165,188). Sum of RGB (Red+Green+Blue) = 200+165+188=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A5BC is #375A43. Grayscale: #B2B2B2. Windows color (decimal): -3627588 or 12363208. OLE color: 12363208.

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

Color convert

RGB 200 165 188 -
CMYK 0 0.18 0.06 0.22
HSL 320.57º 0.24% 0.72% -
HSV(B) 320.57º 0.18% 0.78% -
XYZ 46.35 42.82 53.4 -
YUV 178.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 200 165 188 0 0.18 0.06 0.22 320.57 0.24 0.72
Hex C8 A5 BC 0 12 6 16 141 18 48
Octal 310 245 274 0 22 6 26 501 30 110
Binary 11001000 10100101 10111100 0 10010 110 10110 101000001 11000 1001000

Color Harmonies of #C8A5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A5BC

Black with #C8A5BC

Text Example


Text Example

White with #C8A5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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