#CFBFCA

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

Shades of Maverick #CFBFCA

Tints of Maverick #CFBFCA

Color information

#CFBFCA (or 0xCFBFCA) is unknown color: approx Maverick. HEX triplet: CF, BF and CA. RGB value is (207,191,202). Sum of RGB (Red+Green+Blue) = 207+191+202=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFCA is #304035. Grayscale: #C5C5C5. Windows color (decimal): -3162166 or 13287375. OLE color: 13287375.

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

Color convert

RGB207191202-
CMYK00.080.020.19
HSL318.75º14.29%78.04%-
HSV(B)318.75º7.73%81.18%-
XYZ55.0254.7963.55-
YUV197.04130.8135.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 191 (75% from 255) = 31.83%
BLUE value IS 202 (79.30% from 255) = 33.67%
R=34.5%
G=31.83%
B=33.67%

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
Decimal20719120200.080.020.19318.7514.2978.04
HexCFBFCA0821313fe4e
Octal31727731201022347716116
Binary11001111101111111100101001000101001110011111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFCA; }

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

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

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

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

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

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

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

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