#C8AFBE

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

Shades of Maverick #C8AFBE

Tints of Maverick #C8AFBE

Color information

#C8AFBE (or 0xC8AFBE) is unknown color: approx Maverick. HEX triplet: C8, AF and BE. RGB value is (200,175,190). Sum of RGB (Red+Green+Blue) = 200+175+190=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFBE is #375041. Grayscale: #B8B8B8. Windows color (decimal): -3625026 or 12496840. OLE color: 12496840.

HSL color Cylindrical-coordinate representation of color #C8AFBE: hue angle of 324º 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 #C8AFBE is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB200175190-
CMYK00.120.050.22
HSL324º18.52%73.53%-
HSV(B)324º12.5%78.43%-
XYZ48.4446.6655.17-
YUV184.18131.28139.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.40%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=35.40%
G=30.97%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017519000.120.050.2232418.5273.53
HexC8AFBE0C516144134a
Octal31025727601452650423112
Binary1100100010101111101111100110010110110101000100100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AFBE; }

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

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

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

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

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

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

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

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