#CFB8CA

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

Shades of Maverick #CFB8CA

Tints of Maverick #CFB8CA

Color information

#CFB8CA (or 0xCFB8CA) is unknown color: approx Maverick. HEX triplet: CF, B8 and CA. RGB value is (207,184,202). Sum of RGB (Red+Green+Blue) = 207+184+202=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 184 (72.27% from 255 or 31.03% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB8CA is #304735. Grayscale: #C0C0C0. Windows color (decimal): -3163958 or 13285583. OLE color: 13285583.

HSL color Cylindrical-coordinate representation of color #CFB8CA: hue angle of 313.04º 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 #CFB8CA is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB207184202-
CMYK00.110.020.19
HSL313.04º19.33%76.67%-
HSV(B)313.04º11.11%81.18%-
XYZ53.5351.8163.06-
YUV192.93133.12138.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 184 (72.27% from 255) = 31.03%
BLUE value IS 202 (79.30% from 255) = 34.06%
R=34.91%
G=31.03%
B=34.06%

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
Decimal20718420200.110.020.19313.0419.3376.67
HexCFB8CA0B213139134d
Octal31727031201322347123115
Binary110011111011100011001010010111010011100111001100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB8CA; }

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

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

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

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

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

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

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

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