#CFA3C0

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

Shades of Maverick #CFA3C0

Tints of Maverick #CFA3C0

Color information

#CFA3C0 (or 0xCFA3C0) is unknown color: approx Maverick. HEX triplet: CF, A3 and C0. RGB value is (207,163,192). Sum of RGB (Red+Green+Blue) = 207+163+192=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA3C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3C0 is #305C3F. Grayscale: #B3B3B3. Windows color (decimal): -3169344 or 12624847. OLE color: 12624847.

HSL color Cylindrical-coordinate representation of color #CFA3C0: hue angle of 320.45º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA3C0 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB207163192-
CMYK00.210.070.19
HSL320.45º31.43%72.55%-
HSV(B)320.45º21.26%81.18%-
XYZ48.3443.2755.67-
YUV179.46135.08147.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 163 (64.06% from 255) = 29.00%
BLUE value IS 192 (75.39% from 255) = 34.16%
R=36.83%
G=29.00%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716319200.210.070.19320.4531.4372.55
HexCFA3C00157131401f49
Octal31724330002572350037111
Binary11001111101000111100000001010111110011101000000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA3C0; }

 p { color: rgb(207,163,192); }

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

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

 a { background-color: rgb(207,163,192); }

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

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

 span { border-color: rgb(207,163,192); }

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