#CFAFC1

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

Shades of Maverick #CFAFC1

Tints of Maverick #CFAFC1

Color information

#CFAFC1 (or 0xCFAFC1) is unknown color: approx Maverick. HEX triplet: CF, AF and C1. RGB value is (207,175,193). Sum of RGB (Red+Green+Blue) = 207+175+193=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFC1 is #30503E. Grayscale: #BABABA. Windows color (decimal): -3166271 or 12693455. OLE color: 12693455.

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

Color convert

RGB207175193-
CMYK00.150.070.19
HSL326.25º25%74.9%-
HSV(B)326.25º15.46%81.18%-
XYZ50.6947.7857-
YUV186.62131.6142.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36%
GREEN value IS 175 (68.75% from 255) = 30.43%
BLUE value IS 193 (75.78% from 255) = 33.57%
R=36%
G=30.43%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717519300.150.070.19326.252574.9
HexCFAFC10F713146194b
Octal31725730101772350631113
Binary1100111110101111110000010111111110011101000110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFC1; }

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

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

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

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

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

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

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

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