#C8ACBF

Color #C8ACBF Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #C8ACBF

Tints of Maverick #C8ACBF

Color information

#C8ACBF (or 0xC8ACBF) is unknown color: approx Maverick. HEX triplet: C8, AC and BF. RGB value is (200,172,191). Sum of RGB (Red+Green+Blue) = 200+172+191=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACBF is #375340. Grayscale: #B6B6B6. Windows color (decimal): -3625793 or 12561608. OLE color: 12561608.

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

Color convert

RGB200172191-
CMYK00.140.040.22
HSL319.29º20.29%72.94%-
HSV(B)319.29º14%78.43%-
XYZ47.9845.5555.55-
YUV182.54132.78140.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.52%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 191 (75% from 255) = 33.93%
R=35.52%
G=30.55%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017219100.140.040.22319.2920.2972.94
HexC8ACBF0E41613f1449
Octal31025427701642647724111
Binary1100100010101100101111110111010010110100111111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ACBF; }

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

 H1.HeaderClassName
 {
   color: #C8ACBF;
 }
 .AnyTagClassName
 {
   color: #C8ACBF;
 }
</style>
background-color css

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

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

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

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

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

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