#C3AFBA

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

Shades of Maverick #C3AFBA

Tints of Maverick #C3AFBA

Color information

#C3AFBA (or 0xC3AFBA) is unknown color: approx Maverick. HEX triplet: C3, AF and BA. RGB value is (195,175,186). Sum of RGB (Red+Green+Blue) = 195+175+186=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFBA is #3C5045. Grayscale: #B6B6B6. Windows color (decimal): -3952710 or 12234691. OLE color: 12234691.

HSL color Cylindrical-coordinate representation of color #C3AFBA: hue angle of 327º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3AFBA is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB195175186-
CMYK00.100.050.24
HSL327º14.29%72.55%-
HSV(B)327º10.26%76.47%-
XYZ46.745.8152.83-
YUV182.23130.13137.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.07%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=35.07%
G=31.47%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517518600.100.050.2432714.2972.55
HexC3AFBA0A518147e49
Octal30325727201253050716111
Binary110000111010111110111010010101011100010100011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AFBA; }

 p { color: rgb(195,175,186); }

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

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

 a { background-color: rgb(195,175,186); }

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

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

 span { border-color: rgb(195,175,186); }

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