#CFAABA

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

Shades of Maverick #CFAABA

Tints of Maverick #CFAABA

Color information

#CFAABA (or 0xCFAABA) is unknown color: approx Maverick. HEX triplet: CF, AA and BA. RGB value is (207,170,186). Sum of RGB (Red+Green+Blue) = 207+170+186=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAABA is #305545. Grayscale: #B6B6B6. Windows color (decimal): -3167558 or 12233423. OLE color: 12233423.

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

Color convert

RGB207170186-
CMYK00.180.100.19
HSL334.05º27.82%73.92%-
HSV(B)334.05º17.87%81.18%-
XYZ48.9745.5652.67-
YUV182.89129.76145.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 170 (66.80% from 255) = 30.20%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=36.77%
G=30.20%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717018600.180.100.19334.0527.8273.92
HexCFAABA012A1314e1c4a
Octal317252272022122351634112
Binary110011111010101010111010010010101010011101001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAABA; }

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

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

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

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

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

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

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

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