#CFAFC0

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

Shades of Maverick #CFAFC0

Tints of Maverick #CFAFC0

Color information

#CFAFC0 (or 0xCFAFC0) is unknown color: approx Maverick. HEX triplet: CF, AF and C0. RGB value is (207,175,192). Sum of RGB (Red+Green+Blue) = 207+175+192=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFC0 is #30503F. Grayscale: #BABABA. Windows color (decimal): -3166272 or 12627919. OLE color: 12627919.

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

Color convert

RGB207175192-
CMYK00.150.070.19
HSL328.12º25%74.9%-
HSV(B)328.12º15.46%81.18%-
XYZ50.5847.7356.42-
YUV186.51131.1142.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.06%
GREEN value IS 175 (68.75% from 255) = 30.49%
BLUE value IS 192 (75.39% from 255) = 33.45%
R=36.06%
G=30.49%
B=33.45%

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
Decimal20717519200.150.070.19328.122574.9
HexCFAFC00F713148194b
Octal31725730001772351031113
Binary1100111110101111110000000111111110011101001000110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFC0; }

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

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

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

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

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

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

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

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