#CFB0BE

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

Shades of Maverick #CFB0BE

Tints of Maverick #CFB0BE

Color information

#CFB0BE (or 0xCFB0BE) is unknown color: approx Maverick. HEX triplet: CF, B0 and BE. RGB value is (207,176,190). Sum of RGB (Red+Green+Blue) = 207+176+190=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0BE is #304F41. Grayscale: #BABABA. Windows color (decimal): -3166018 or 12497103. OLE color: 12497103.

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

Color convert

RGB207176190-
CMYK00.150.080.19
HSL332.9º24.41%75.1%-
HSV(B)332.9º14.98%81.18%-
XYZ50.5548.0355.32-
YUV186.86129.77142.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.13%
GREEN value IS 176 (69.14% from 255) = 30.72%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=36.13%
G=30.72%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717619000.150.080.19332.924.4175.1
HexCFB0BE0F81314d184b
Octal317260276017102351530113
Binary11001111101100001011111001111100010011101001101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB0BE; }

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

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

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

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

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

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

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

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