#CFA1C4

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

Shades of Maverick #CFA1C4

Tints of Maverick #CFA1C4

Color information

#CFA1C4 (or 0xCFA1C4) is unknown color: approx Maverick. HEX triplet: CF, A1 and C4. RGB value is (207,161,196). Sum of RGB (Red+Green+Blue) = 207+161+196=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 161 (63.28% from 255 or 28.55% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1C4 is #305E3B. Grayscale: #B2B2B2. Windows color (decimal): -3169852 or 12886479. OLE color: 12886479.

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

Color convert

RGB207161196-
CMYK00.220.050.19
HSL314.35º32.39%72.16%-
HSV(B)314.35º22.22%81.18%-
XYZ48.4442.7457.92-
YUV178.74137.74148.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 161 (63.28% from 255) = 28.55%
BLUE value IS 196 (76.95% from 255) = 34.75%
R=36.70%
G=28.55%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716119600.220.050.19314.3532.3972.16
HexCFA1C401651313a2048
Octal31724130402652347240110
Binary110011111010000111000100010110101100111001110101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA1C4; }

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

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

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

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

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

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

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

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