#CFAFC5

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

Shades of Maverick #CFAFC5

Tints of Maverick #CFAFC5

Color information

#CFAFC5 (or 0xCFAFC5) is unknown color: approx Maverick. HEX triplet: CF, AF and C5. RGB value is (207,175,197). Sum of RGB (Red+Green+Blue) = 207+175+197=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFC5 is #30503A. Grayscale: #BBBBBB. Windows color (decimal): -3166267 or 12955599. OLE color: 12955599.

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

Color convert

RGB207175197-
CMYK00.150.050.19
HSL318.75º25%74.9%-
HSV(B)318.75º15.46%81.18%-
XYZ51.1447.9659.38-
YUV187.08133.6142.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 175 (68.75% from 255) = 30.22%
BLUE value IS 197 (77.34% from 255) = 34.02%
R=35.75%
G=30.22%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717519700.150.050.19318.752574.9
HexCFAFC50F51313f194b
Octal31725730501752347731113
Binary1100111110101111110001010111110110011100111111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFC5; }

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

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

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

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

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

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

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

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