Html Css Color HEX #C8ACBE Maverick

📋 copy color: '#C8ACBE'

red 200 ◦ green 172 ◦ blue 190

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

Shades of Maverick #C8ACBE

Tints of Maverick #C8ACBE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.6%

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

R = 35.59%
G = 30.6%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C8ACBE (or 0xC8ACBE) is known color: Maverick. HEX triplet: C8, AC and BE. RGB value is (200,172,190). Sum of RGB (Red+Green+Blue) = 200+172+190=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACBE is #375341. Grayscale: #B6B6B6. Windows color (decimal): -3625794 or 12496072. OLE color: 12496072.

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

Color convert

RGB 200 172 190 -
CMYK 0 0.14 0.05 0.22
HSL 321.43º 0.2% 0.73% -
HSV(B) 321.43º 0.14% 0.78% -
XYZ 47.87 45.5 54.98 -
YUV 182.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 200 172 190 0 0.14 0.05 0.22 321.43 0.2 0.73
Hex C8 AC BE 0 E 5 16 141 14 49
Octal 310 254 276 0 16 5 26 501 24 111
Binary 11001000 10101100 10111110 0 1110 101 10110 101000001 10100 1001001

Color Harmonies of #C8ACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ACBE

Black with #C8ACBE

Text Example


Text Example

White with #C8ACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ACBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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