#CF9CC1

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

Shades of Maverick #CF9CC1

Tints of Maverick #CF9CC1

Color information

#CF9CC1 (or 0xCF9CC1) is unknown color: approx Maverick. HEX triplet: CF, 9C and C1. RGB value is (207,156,193). Sum of RGB (Red+Green+Blue) = 207+156+193=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9CC1 is #30633E. Grayscale: #AFAFAF. Windows color (decimal): -3171135 or 12688591. OLE color: 12688591.

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

Color convert

RGB207156193-
CMYK00.250.070.19
HSL316.47º34.69%71.18%-
HSV(B)316.47º24.64%81.18%-
XYZ47.2540.8955.85-
YUV175.47137.9150.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 156 (61.33% from 255) = 28.06%
BLUE value IS 193 (75.78% from 255) = 34.71%
R=37.23%
G=28.06%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715619300.250.070.19316.4734.6971.18
HexCF9CC101971313c2347
Octal31723430103172347443107
Binary110011111001110011000001011001111100111001111001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9CC1; }

 p { color: rgb(207,156,193); }

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

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

 a { background-color: rgb(207,156,193); }

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

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

 span { border-color: rgb(207,156,193); }

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