#CF9DC2

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

Shades of Maverick #CF9DC2

Tints of Maverick #CF9DC2

Color information

#CF9DC2 (or 0xCF9DC2) is unknown color: approx Maverick. HEX triplet: CF, 9D and C2. RGB value is (207,157,194). Sum of RGB (Red+Green+Blue) = 207+157+194=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DC2 is #30623D. Grayscale: #B0B0B0. Windows color (decimal): -3170878 or 12754383. OLE color: 12754383.

HSL color Cylindrical-coordinate representation of color #CF9DC2: hue angle of 315.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9DC2 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB207157194-
CMYK00.240.060.19
HSL315.6º34.25%71.37%-
HSV(B)315.6º24.15%81.18%-
XYZ47.5341.2756.5-
YUV176.17138.06149.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 157 (61.72% from 255) = 28.14%
BLUE value IS 194 (76.17% from 255) = 34.77%
R=37.10%
G=28.14%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715719400.240.060.19315.634.2571.37
HexCF9DC201861313c2247
Octal31723530203062347442107
Binary110011111001110111000010011000110100111001111001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9DC2; }

 p { color: rgb(207,157,194); }

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

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

 a { background-color: rgb(207,157,194); }

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

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

 span { border-color: rgb(207,157,194); }

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