#CFAFC6

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

Shades of Maverick #CFAFC6

Tints of Maverick #CFAFC6

Color information

#CFAFC6 (or 0xCFAFC6) is unknown color: approx Maverick. HEX triplet: CF, AF and C6. RGB value is (207,175,198). Sum of RGB (Red+Green+Blue) = 207+175+198=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFC6 is #305039. Grayscale: #BBBBBB. Windows color (decimal): -3166266 or 13021135. OLE color: 13021135.

HSL color Cylindrical-coordinate representation of color #CFAFC6: hue angle of 316.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFAFC6 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB207175198-
CMYK00.150.040.19
HSL316.88º25%74.9%-
HSV(B)316.88º15.46%81.18%-
XYZ51.264859.99-
YUV187.19134.1142.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 198 (77.73% from 255) = 34.14%
R=35.69%
G=30.17%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717519800.150.040.19316.882574.9
HexCFAFC60F41313d194b
Octal31725730601742347531113
Binary1100111110101111110001100111110010011100111101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFC6; }

 p { color: rgb(207,175,198); }

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

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

 a { background-color: rgb(207,175,198); }

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

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

 span { border-color: rgb(207,175,198); }

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