#CFAAC7

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

Shades of Maverick #CFAAC7

Tints of Maverick #CFAAC7

Color information

#CFAAC7 (or 0xCFAAC7) is unknown color: approx Maverick. HEX triplet: CF, AA and C7. RGB value is (207,170,199). Sum of RGB (Red+Green+Blue) = 207+170+199=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAAC7 is #305538. Grayscale: #B8B8B8. Windows color (decimal): -3167545 or 13085391. OLE color: 13085391.

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

Color convert

RGB207170199-
CMYK00.180.040.19
HSL312.97º27.82%73.92%-
HSV(B)312.97º17.87%81.18%-
XYZ50.4246.1460.28-
YUV184.37136.26144.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.94%
GREEN value IS 170 (66.80% from 255) = 29.51%
BLUE value IS 199 (78.12% from 255) = 34.55%
R=35.94%
G=29.51%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717019900.180.040.19312.9727.8273.92
HexCFAAC70124131391c4a
Octal31725230702242347134112
Binary11001111101010101100011101001010010011100111001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAAC7; }

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

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

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

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

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

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

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

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