#CFBECA

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

Shades of Maverick #CFBECA

Tints of Maverick #CFBECA

Color information

#CFBECA (or 0xCFBECA) is unknown color: approx Maverick. HEX triplet: CF, BE and CA. RGB value is (207,190,202). Sum of RGB (Red+Green+Blue) = 207+190+202=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBECA is #304135. Grayscale: #C4C4C4. Windows color (decimal): -3162422 or 13287119. OLE color: 13287119.

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

Color convert

RGB207190202-
CMYK00.080.020.19
HSL317.65º15.04%77.84%-
HSV(B)317.65º8.21%81.18%-
XYZ54.8154.3663.48-
YUV196.45131.13135.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.56%
GREEN value IS 190 (74.61% from 255) = 31.72%
BLUE value IS 202 (79.30% from 255) = 33.72%
R=34.56%
G=31.72%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719020200.080.020.19317.6515.0477.84
HexCFBECA0821313ef4e
Octal31727631201022347617116
Binary11001111101111101100101001000101001110011111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBECA; }

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

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

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

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

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

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

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

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