#CFA3BE

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

Shades of Maverick #CFA3BE

Tints of Maverick #CFA3BE

Color information

#CFA3BE (or 0xCFA3BE) is unknown color: approx Maverick. HEX triplet: CF, A3 and BE. RGB value is (207,163,190). Sum of RGB (Red+Green+Blue) = 207+163+190=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 163 (64.06% from 255 or 29.11% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA3BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3BE is #305C41. Grayscale: #B3B3B3. Windows color (decimal): -3169346 or 12493775. OLE color: 12493775.

HSL color Cylindrical-coordinate representation of color #CFA3BE: hue angle of 323.18º 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 #CFA3BE is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB207163190-
CMYK00.210.080.19
HSL323.18º31.43%72.55%-
HSV(B)323.18º21.26%81.18%-
XYZ48.1243.1854.51-
YUV179.23134.08147.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.96%
GREEN value IS 163 (64.06% from 255) = 29.11%
BLUE value IS 190 (74.61% from 255) = 33.93%
R=36.96%
G=29.11%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716319000.210.080.19323.1831.4372.55
HexCFA3BE0158131431f49
Octal317243276025102350337111
Binary110011111010001110111110010101100010011101000011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA3BE; }

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

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

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

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

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

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

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

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