#C8AFBB

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

Shades of Maverick #C8AFBB

Tints of Maverick #C8AFBB

Color information

#C8AFBB (or 0xC8AFBB) is unknown color: approx Maverick. HEX triplet: C8, AF and BB. RGB value is (200,175,187). Sum of RGB (Red+Green+Blue) = 200+175+187=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFBB is #375044. Grayscale: #B7B7B7. Windows color (decimal): -3625029 or 12300232. OLE color: 12300232.

HSL color Cylindrical-coordinate representation of color #C8AFBB: hue angle of 331.2º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8AFBB is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200175187-
CMYK00.120.060.22
HSL331.2º18.52%73.53%-
HSV(B)331.2º12.5%78.43%-
XYZ48.1246.5353.46-
YUV183.84129.78139.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.59%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=35.59%
G=31.14%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017518700.120.060.22331.218.5273.53
HexC8AFBB0C61614b134a
Octal31025727301462651323112
Binary1100100010101111101110110110011010110101001011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AFBB; }

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

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

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

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

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

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

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

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