#CFACC1

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

Shades of Maverick #CFACC1

Tints of Maverick #CFACC1

Color information

#CFACC1 (or 0xCFACC1) is unknown color: approx Maverick. HEX triplet: CF, AC and C1. RGB value is (207,172,193). Sum of RGB (Red+Green+Blue) = 207+172+193=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACC1 is #30533E. Grayscale: #B8B8B8. Windows color (decimal): -3167039 or 12692687. OLE color: 12692687.

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

Color convert

RGB207172193-
CMYK00.170.070.19
HSL324º26.72%74.31%-
HSV(B)324º16.91%81.18%-
XYZ50.1146.6256.81-
YUV184.86132.6143.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.19%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 193 (75.78% from 255) = 33.74%
R=36.19%
G=30.07%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717219300.170.070.1932426.7274.31
HexCFACC10117131441b4a
Octal31725430102172350433112
Binary11001111101011001100000101000111110011101000100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACC1; }

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

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

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

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

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

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

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

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