#C8B2C4

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

Shades of Maverick #C8B2C4

Tints of Maverick #C8B2C4

Color information

#C8B2C4 (or 0xC8B2C4) is unknown color: approx Maverick. HEX triplet: C8, B2 and C4. RGB value is (200,178,196). Sum of RGB (Red+Green+Blue) = 200+178+196=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B2C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B2C4 is #374D3B. Grayscale: #BABABA. Windows color (decimal): -3624252 or 12890824. OLE color: 12890824.

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

Color convert

RGB200178196-
CMYK00.110.020.22
HSL310.91º16.67%74.12%-
HSV(B)310.91º11%78.43%-
XYZ49.748.1158.89-
YUV186.63133.29137.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.84%
GREEN value IS 178 (69.92% from 255) = 31.01%
BLUE value IS 196 (76.95% from 255) = 34.15%
R=34.84%
G=31.01%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017819600.110.020.22310.9116.6774.12
HexC8B2C40B216137114a
Octal31026230401322646721112
Binary110010001011001011000100010111010110100110111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B2C4; }

 p { color: rgb(200,178,196); }

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

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

 a { background-color: rgb(200,178,196); }

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

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

 span { border-color: rgb(200,178,196); }

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