#CFC1CB

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

Shades of Maverick #CFC1CB

Tints of Maverick #CFC1CB

Color information

#CFC1CB (or 0xCFC1CB) is unknown color: approx Maverick. HEX triplet: CF, C1 and CB. RGB value is (207,193,203). Sum of RGB (Red+Green+Blue) = 207+193+203=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1CB is #303E34. Grayscale: #C6C6C6. Windows color (decimal): -3161653 or 13353423. OLE color: 13353423.

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

Color convert

RGB207193203-
CMYK00.070.020.19
HSL317.14º12.73%78.43%-
HSV(B)317.14º6.76%81.18%-
XYZ55.5855.7264.32-
YUV198.33130.64134.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.33%
GREEN value IS 193 (75.78% from 255) = 32.01%
BLUE value IS 203 (79.69% from 255) = 33.67%
R=34.33%
G=32.01%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719320300.070.020.19317.1412.7378.43
HexCFC1CB0721313dd4e
Octal3173013130722347515116
Binary1100111111000001110010110111101001110011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC1CB; }

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

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

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

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

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

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

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

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