#CFBFCB

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

Shades of Maverick #CFBFCB

Tints of Maverick #CFBFCB

Color information

#CFBFCB (or 0xCFBFCB) is unknown color: approx Maverick. HEX triplet: CF, BF and CB. RGB value is (207,191,203). Sum of RGB (Red+Green+Blue) = 207+191+203=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFCB is #304034. Grayscale: #C5C5C5. Windows color (decimal): -3162165 or 13352911. OLE color: 13352911.

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

Color convert

RGB207191203-
CMYK00.080.020.19
HSL315º14.29%78.04%-
HSV(B)315º7.73%81.18%-
XYZ55.1454.8464.18-
YUV197.15131.3135.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.44%
GREEN value IS 191 (75% from 255) = 31.78%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=34.44%
G=31.78%
B=33.78%

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
Decimal20719120300.080.020.1931514.2978.04
HexCFBFCB0821313be4e
Octal31727731301022347316116
Binary11001111101111111100101101000101001110011101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFCB; }

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

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

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

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

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

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

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

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