#CFBDCB

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

Shades of Maverick #CFBDCB

Tints of Maverick #CFBDCB

Color information

#CFBDCB (or 0xCFBDCB) is unknown color: approx Maverick. HEX triplet: CF, BD and CB. RGB value is (207,189,203). Sum of RGB (Red+Green+Blue) = 207+189+203=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDCB is #304234. Grayscale: #C3C3C3. Windows color (decimal): -3162677 or 13352399. OLE color: 13352399.

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

Color convert

RGB207189203-
CMYK00.090.020.19
HSL313.33º15.79%77.65%-
HSV(B)313.33º8.7%81.18%-
XYZ54.7153.9764.03-
YUV195.98131.96135.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.56%
GREEN value IS 189 (74.22% from 255) = 31.55%
BLUE value IS 203 (79.69% from 255) = 33.89%
R=34.56%
G=31.55%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718920300.090.020.19313.3315.7977.65
HexCFBDCB09213139104e
Octal31727531301122347120116
Binary110011111011110111001011010011010011100111001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDCB; }

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

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

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

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

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

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

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

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