#CFA0C4

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

Shades of Maverick #CFA0C4

Tints of Maverick #CFA0C4

Color information

#CFA0C4 (or 0xCFA0C4) is unknown color: approx Maverick. HEX triplet: CF, A0 and C4. RGB value is (207,160,196). Sum of RGB (Red+Green+Blue) = 207+160+196=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0C4 is #305F3B. Grayscale: #B2B2B2. Windows color (decimal): -3170108 or 12886223. OLE color: 12886223.

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

Color convert

RGB207160196-
CMYK00.230.050.19
HSL314.04º32.87%71.96%-
HSV(B)314.04º22.71%81.18%-
XYZ48.2742.3957.86-
YUV178.16138.07148.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 160 (62.89% from 255) = 28.42%
BLUE value IS 196 (76.95% from 255) = 34.81%
R=36.77%
G=28.42%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716019600.230.050.19314.0432.8771.96
HexCFA0C401751313a2148
Octal31724030402752347241110
Binary110011111010000011000100010111101100111001110101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA0C4; }

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

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

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

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

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

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

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

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