#CFAABD

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

Shades of Maverick #CFAABD

Tints of Maverick #CFAABD

Color information

#CFAABD (or 0xCFAABD) is unknown color: approx Maverick. HEX triplet: CF, AA and BD. RGB value is (207,170,189). Sum of RGB (Red+Green+Blue) = 207+170+189=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAABD is #305542. Grayscale: #B7B7B7. Windows color (decimal): -3167555 or 12430031. OLE color: 12430031.

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

Color convert

RGB207170189-
CMYK00.180.090.19
HSL329.19º27.82%73.92%-
HSV(B)329.19º17.87%81.18%-
XYZ49.2945.6954.36-
YUV183.23131.26144.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.57%
GREEN value IS 170 (66.80% from 255) = 30.04%
BLUE value IS 189 (74.22% from 255) = 33.39%
R=36.57%
G=30.04%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717018900.180.090.19329.1927.8273.92
HexCFAABD0129131491c4a
Octal317252275022112351134112
Binary110011111010101010111101010010100110011101001001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAABD; }

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

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

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

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

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

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

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

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