#CFAEC2

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

Shades of Maverick #CFAEC2

Tints of Maverick #CFAEC2

Color information

#CFAEC2 (or 0xCFAEC2) is unknown color: approx Maverick. HEX triplet: CF, AE and C2. RGB value is (207,174,194). Sum of RGB (Red+Green+Blue) = 207+174+194=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEC2 is #30513D. Grayscale: #BABABA. Windows color (decimal): -3166526 or 12758735. OLE color: 12758735.

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

Color convert

RGB207174194-
CMYK00.160.060.19
HSL323.64º25.58%74.71%-
HSV(B)323.64º15.94%81.18%-
XYZ50.6147.4357.53-
YUV186.15132.43142.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 194 (76.17% from 255) = 33.74%
R=36%
G=30.26%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717419400.160.060.19323.6425.5874.71
HexCFAEC20106131441a4b
Octal31725630202062350432113
Binary11001111101011101100001001000011010011101000100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEC2; }

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

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

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

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

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

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

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

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