#CFA2BD

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

Shades of Maverick #CFA2BD

Tints of Maverick #CFA2BD

Color information

#CFA2BD (or 0xCFA2BD) is unknown color: approx Maverick. HEX triplet: CF, A2 and BD. RGB value is (207,162,189). Sum of RGB (Red+Green+Blue) = 207+162+189=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2BD is #305D42. Grayscale: #B2B2B2. Windows color (decimal): -3169603 or 12427983. OLE color: 12427983.

HSL color Cylindrical-coordinate representation of color #CFA2BD: hue angle of 324º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA2BD is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB207162189-
CMYK00.220.090.19
HSL324º31.91%72.35%-
HSV(B)324º21.74%81.18%-
XYZ47.8442.7853.88-
YUV178.53133.91148.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 162 (63.67% from 255) = 29.03%
BLUE value IS 189 (74.22% from 255) = 33.87%
R=37.10%
G=29.03%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716218900.220.090.1932431.9172.35
HexCFA2BD0169131442048
Octal317242275026112350440110
Binary1100111110100010101111010101101001100111010001001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA2BD; }

 p { color: rgb(207,162,189); }

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

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

 a { background-color: rgb(207,162,189); }

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

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

 span { border-color: rgb(207,162,189); }

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