#CFACC5

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

Shades of Maverick #CFACC5

Tints of Maverick #CFACC5

Color information

#CFACC5 (or 0xCFACC5) is unknown color: approx Maverick. HEX triplet: CF, AC and C5. RGB value is (207,172,197). Sum of RGB (Red+Green+Blue) = 207+172+197=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACC5 is #30533A. Grayscale: #B9B9B9. Windows color (decimal): -3167035 or 12954831. OLE color: 12954831.

HSL color Cylindrical-coordinate representation of color #CFACC5: hue angle of 317.14º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFACC5 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB207172197-
CMYK00.170.050.19
HSL317.14º26.72%74.31%-
HSV(B)317.14º16.91%81.18%-
XYZ50.5646.859.19-
YUV185.32134.6143.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.94%
GREEN value IS 172 (67.58% from 255) = 29.86%
BLUE value IS 197 (77.34% from 255) = 34.20%
R=35.94%
G=29.86%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717219700.170.050.19317.1426.7274.31
HexCFACC501151313d1b4a
Octal31725430502152347533112
Binary11001111101011001100010101000110110011100111101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACC5; }

 p { color: rgb(207,172,197); }

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

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

 a { background-color: rgb(207,172,197); }

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

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

 span { border-color: rgb(207,172,197); }

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