#CFACC4

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

Shades of Maverick #CFACC4

Tints of Maverick #CFACC4

Color information

#CFACC4 (or 0xCFACC4) is unknown color: approx Maverick. HEX triplet: CF, AC and C4. RGB value is (207,172,196). Sum of RGB (Red+Green+Blue) = 207+172+196=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACC4 is #30533B. Grayscale: #B9B9B9. Windows color (decimal): -3167036 or 12889295. OLE color: 12889295.

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

Color convert

RGB207172196-
CMYK00.170.050.19
HSL318.86º26.72%74.31%-
HSV(B)318.86º16.91%81.18%-
XYZ50.4546.7658.59-
YUV185.2134.1143.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 196 (76.95% from 255) = 34.09%
R=36%
G=29.91%
B=34.09%

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
Decimal20717219600.170.050.19318.8626.7274.31
HexCFACC401151313f1b4a
Octal31725430402152347733112
Binary11001111101011001100010001000110110011100111111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACC4; }

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

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

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

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

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

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

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

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