#C3ACBB

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

Shades of Maverick #C3ACBB

Tints of Maverick #C3ACBB

Color information

#C3ACBB (or 0xC3ACBB) is unknown color: approx Maverick. HEX triplet: C3, AC and BB. RGB value is (195,172,187). Sum of RGB (Red+Green+Blue) = 195+172+187=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ACBB is #3C5344. Grayscale: #B4B4B4. Windows color (decimal): -3953477 or 12299459. OLE color: 12299459.

HSL color Cylindrical-coordinate representation of color #C3ACBB: hue angle of 320.87º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3ACBB is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB195172187-
CMYK00.120.040.24
HSL320.87º16.08%71.96%-
HSV(B)320.87º11.79%76.47%-
XYZ46.2344.753.2-
YUV180.59131.62138.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.20%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=35.20%
G=31.05%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517218700.120.040.24320.8716.0871.96
HexC3ACBB0C4181411048
Octal30325427301443050120110
Binary1100001110101100101110110110010011000101000001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ACBB; }

 p { color: rgb(195,172,187); }

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

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

 a { background-color: rgb(195,172,187); }

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

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

 span { border-color: rgb(195,172,187); }

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