#C0AFBB

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

Shades of Maverick #C0AFBB

Tints of Maverick #C0AFBB

Color information

#C0AFBB (or 0xC0AFBB) is unknown color: approx Maverick. HEX triplet: C0, AF and BB. RGB value is (192,175,187). Sum of RGB (Red+Green+Blue) = 192+175+187=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFBB is #3F5044. Grayscale: #B5B5B5. Windows color (decimal): -4149317 or 12300224. OLE color: 12300224.

HSL color Cylindrical-coordinate representation of color #C0AFBB: hue angle of 317.65º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0AFBB is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB192175187-
CMYK00.090.030.25
HSL317.65º11.89%71.96%-
HSV(B)317.65º8.85%75.29%-
XYZ46.0445.4553.36-
YUV181.45131.13135.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.66%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=34.66%
G=31.59%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217518700.090.030.25317.6511.8971.96
HexC0AFBB0931913ec48
Octal30025727301133147614110
Binary11000000101011111011101101001111100110011111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AFBB; }

 p { color: rgb(192,175,187); }

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

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

 a { background-color: rgb(192,175,187); }

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

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

 span { border-color: rgb(192,175,187); }

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