#CFAEC6

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

Shades of Maverick #CFAEC6

Tints of Maverick #CFAEC6

Color information

#CFAEC6 (or 0xCFAEC6) is unknown color: approx Maverick. HEX triplet: CF, AE and C6. RGB value is (207,174,198). Sum of RGB (Red+Green+Blue) = 207+174+198=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEC6 is #305139. Grayscale: #BABABA. Windows color (decimal): -3166522 or 13020879. OLE color: 13020879.

HSL color Cylindrical-coordinate representation of color #CFAEC6: hue angle of 316.36º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFAEC6 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB207174198-
CMYK00.160.040.19
HSL316.36º25.58%74.71%-
HSV(B)316.36º15.94%81.18%-
XYZ51.0647.6159.93-
YUV186.6134.43142.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 198 (77.73% from 255) = 34.20%
R=35.75%
G=30.05%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717419800.160.040.19316.3625.5874.71
HexCFAEC601041313c1a4b
Octal31725630602042347432113
Binary11001111101011101100011001000010010011100111100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEC6; }

 p { color: rgb(207,174,198); }

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

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

 a { background-color: rgb(207,174,198); }

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

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

 span { border-color: rgb(207,174,198); }

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