#CFB0BD

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

Shades of Maverick #CFB0BD

Tints of Maverick #CFB0BD

Color information

#CFB0BD (or 0xCFB0BD) is unknown color: approx Maverick. HEX triplet: CF, B0 and BD. RGB value is (207,176,189). Sum of RGB (Red+Green+Blue) = 207+176+189=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0BD is #304F42. Grayscale: #BABABA. Windows color (decimal): -3166019 or 12431567. OLE color: 12431567.

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

Color convert

RGB207176189-
CMYK00.150.090.19
HSL334.84º24.41%75.1%-
HSV(B)334.84º14.98%81.18%-
XYZ50.4447.9954.75-
YUV186.75129.27142.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.19%
GREEN value IS 176 (69.14% from 255) = 30.77%
BLUE value IS 189 (74.22% from 255) = 33.04%
R=36.19%
G=30.77%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717618900.150.090.19334.8424.4175.1
HexCFB0BD0F91314f184b
Octal317260275017112351730113
Binary11001111101100001011110101111100110011101001111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB0BD; }

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

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

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

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

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

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

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

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