#CFAEC7

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

Shades of Maverick #CFAEC7

Tints of Maverick #CFAEC7

Color information

#CFAEC7 (or 0xCFAEC7) is unknown color: approx Maverick. HEX triplet: CF, AE and C7. RGB value is (207,174,199). Sum of RGB (Red+Green+Blue) = 207+174+199=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEC7 is #305138. Grayscale: #BABABA. Windows color (decimal): -3166521 or 13086415. OLE color: 13086415.

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

Color convert

RGB207174199-
CMYK00.160.040.19
HSL314.55º25.58%74.71%-
HSV(B)314.55º15.94%81.18%-
XYZ51.1847.6660.54-
YUV186.72134.93142.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 199 (78.12% from 255) = 34.31%
R=35.69%
G=30%
B=34.31%

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
Decimal20717419900.160.040.19314.5525.5874.71
HexCFAEC701041313b1a4b
Octal31725630702042347332113
Binary11001111101011101100011101000010010011100111011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEC7; }

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

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

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

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

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

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

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

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