#CFA5BD

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

Shades of Maverick #CFA5BD

Tints of Maverick #CFA5BD

Color information

#CFA5BD (or 0xCFA5BD) is unknown color: approx Maverick. HEX triplet: CF, A5 and BD. RGB value is (207,165,189). Sum of RGB (Red+Green+Blue) = 207+165+189=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5BD is #305A42. Grayscale: #B4B4B4. Windows color (decimal): -3168835 or 12428751. OLE color: 12428751.

HSL color Cylindrical-coordinate representation of color #CFA5BD: hue angle of 325.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA5BD is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB207165189-
CMYK00.200.090.19
HSL325.71º30.43%72.94%-
HSV(B)325.71º20.29%81.18%-
XYZ48.3743.8554.06-
YUV180.29132.91147.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.90%
GREEN value IS 165 (64.84% from 255) = 29.41%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=36.90%
G=29.41%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716518900.200.090.19325.7130.4372.94
HexCFA5BD0149131461e49
Octal317245275024112350636111
Binary110011111010010110111101010100100110011101000110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA5BD; }

 p { color: rgb(207,165,189); }

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

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

 a { background-color: rgb(207,165,189); }

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

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

 span { border-color: rgb(207,165,189); }

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