#CFAABF

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

Shades of Maverick #CFAABF

Tints of Maverick #CFAABF

Color information

#CFAABF (or 0xCFAABF) is unknown color: approx Maverick. HEX triplet: CF, AA and BF. RGB value is (207,170,191). Sum of RGB (Red+Green+Blue) = 207+170+191=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAABF is #305540. Grayscale: #B7B7B7. Windows color (decimal): -3167553 or 12561103. OLE color: 12561103.

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

Color convert

RGB207170191-
CMYK00.180.080.19
HSL325.95º27.82%73.92%-
HSV(B)325.95º17.87%81.18%-
XYZ49.5145.7855.52-
YUV183.46132.26144.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.44%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 191 (75% from 255) = 33.63%
R=36.44%
G=29.93%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717019100.180.080.19325.9527.8273.92
HexCFAABF0128131461c4a
Octal317252277022102350634112
Binary110011111010101010111111010010100010011101000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAABF; }

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

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

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

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

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

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

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

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