#CFB9CB

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

Shades of Maverick #CFB9CB

Tints of Maverick #CFB9CB

Color information

#CFB9CB (or 0xCFB9CB) is unknown color: approx Maverick. HEX triplet: CF, B9 and CB. RGB value is (207,185,203). Sum of RGB (Red+Green+Blue) = 207+185+203=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9CB is #304634. Grayscale: #C1C1C1. Windows color (decimal): -3163701 or 13351375. OLE color: 13351375.

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

Color convert

RGB207185203-
CMYK00.110.020.19
HSL310.91º18.64%76.86%-
HSV(B)310.91º10.63%81.18%-
XYZ53.8652.2863.75-
YUV193.63133.29137.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.79%
GREEN value IS 185 (72.66% from 255) = 31.09%
BLUE value IS 203 (79.69% from 255) = 34.12%
R=34.79%
G=31.09%
B=34.12%

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
Decimal20718520300.110.020.19310.9118.6476.86
HexCFB9CB0B213137134d
Octal31727131301322346723115
Binary110011111011100111001011010111010011100110111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9CB; }

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

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

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

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

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

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

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

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