#CFA8BF

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

Shades of Maverick #CFA8BF

Tints of Maverick #CFA8BF

Color information

#CFA8BF (or 0xCFA8BF) is unknown color: approx Maverick. HEX triplet: CF, A8 and BF. RGB value is (207,168,191). Sum of RGB (Red+Green+Blue) = 207+168+191=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8BF is #305740. Grayscale: #B6B6B6. Windows color (decimal): -3168065 or 12560591. OLE color: 12560591.

HSL color Cylindrical-coordinate representation of color #CFA8BF: hue angle of 324.62º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFA8BF is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB207168191-
CMYK00.190.080.19
HSL324.62º28.89%73.53%-
HSV(B)324.62º18.84%81.18%-
XYZ49.1445.0355.39-
YUV182.28132.92145.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.57%
GREEN value IS 168 (66.02% from 255) = 29.68%
BLUE value IS 191 (75% from 255) = 33.75%
R=36.57%
G=29.68%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716819100.190.080.19324.6228.8973.53
HexCFA8BF0138131451d4a
Octal317250277023102350535112
Binary110011111010100010111111010011100010011101000101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA8BF; }

 p { color: rgb(207,168,191); }

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

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

 a { background-color: rgb(207,168,191); }

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

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

 span { border-color: rgb(207,168,191); }

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