#CFA4C0

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

Shades of Maverick #CFA4C0

Tints of Maverick #CFA4C0

Color information

#CFA4C0 (or 0xCFA4C0) is unknown color: approx Maverick. HEX triplet: CF, A4 and C0. RGB value is (207,164,192). Sum of RGB (Red+Green+Blue) = 207+164+192=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4C0 is #305B3F. Grayscale: #B3B3B3. Windows color (decimal): -3169088 or 12625103. OLE color: 12625103.

HSL color Cylindrical-coordinate representation of color #CFA4C0: hue angle of 320.93º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA4C0 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB207164192-
CMYK00.210.070.19
HSL320.93º30.94%72.75%-
HSV(B)320.93º20.77%81.18%-
XYZ48.5243.6255.73-
YUV180.05134.75147.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 164 (64.45% from 255) = 29.13%
BLUE value IS 192 (75.39% from 255) = 34.10%
R=36.77%
G=29.13%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716419200.210.070.19320.9330.9472.75
HexCFA4C00157131411f49
Octal31724430002572350137111
Binary11001111101001001100000001010111110011101000001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA4C0; }

 p { color: rgb(207,164,192); }

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

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

 a { background-color: rgb(207,164,192); }

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

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

 span { border-color: rgb(207,164,192); }

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