#CFB9CA

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

Shades of Maverick #CFB9CA

Tints of Maverick #CFB9CA

Color information

#CFB9CA (or 0xCFB9CA) is unknown color: approx Maverick. HEX triplet: CF, B9 and CA. RGB value is (207,185,202). Sum of RGB (Red+Green+Blue) = 207+185+202=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9CA is #304635. Grayscale: #C1C1C1. Windows color (decimal): -3163702 or 13285839. OLE color: 13285839.

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

Color convert

RGB207185202-
CMYK00.110.020.19
HSL313.64º18.64%76.86%-
HSV(B)313.64º10.63%81.18%-
XYZ53.7452.2363.13-
YUV193.52132.79137.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 185 (72.66% from 255) = 31.14%
BLUE value IS 202 (79.30% from 255) = 34.01%
R=34.85%
G=31.14%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718520200.110.020.19313.6418.6476.86
HexCFB9CA0B21313a134d
Octal31727131201322347223115
Binary110011111011100111001010010111010011100111010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9CA; }

 p { color: rgb(207,185,202); }

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

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

 a { background-color: rgb(207,185,202); }

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

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

 span { border-color: rgb(207,185,202); }

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