#CFC0CB

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

Shades of Maverick #CFC0CB

Tints of Maverick #CFC0CB

Color information

#CFC0CB (or 0xCFC0CB) is unknown color: approx Maverick. HEX triplet: CF, C0 and CB. RGB value is (207,192,203). Sum of RGB (Red+Green+Blue) = 207+192+203=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0CB is #303F34. Grayscale: #C5C5C5. Windows color (decimal): -3161909 or 13353167. OLE color: 13353167.

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

Color convert

RGB207192203-
CMYK00.070.020.19
HSL316º13.51%78.24%-
HSV(B)316º7.25%81.18%-
XYZ55.3655.2864.25-
YUV197.74130.97134.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.39%
GREEN value IS 192 (75.39% from 255) = 31.89%
BLUE value IS 203 (79.69% from 255) = 33.72%
R=34.39%
G=31.89%
B=33.72%

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
Decimal20719220300.070.020.1931613.5178.24
HexCFC0CB0721313ce4e
Octal3173003130722347416116
Binary1100111111000000110010110111101001110011110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC0CB; }

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

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

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

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

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

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

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

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