#C2B4BD

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

Shades of Maverick #C2B4BD

Tints of Maverick #C2B4BD

Color information

#C2B4BD (or 0xC2B4BD) is unknown color: approx Maverick. HEX triplet: C2, B4 and BD. RGB value is (194,180,189). Sum of RGB (Red+Green+Blue) = 194+180+189=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B4BD is #3D4B42. Grayscale: #B9B9B9. Windows color (decimal): -4016963 or 12432578. OLE color: 12432578.

HSL color Cylindrical-coordinate representation of color #C2B4BD: hue angle of 321.43º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2B4BD is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB194180189-
CMYK00.070.030.24
HSL321.43º10.29%73.33%-
HSV(B)321.43º7.22%76.08%-
XYZ47.7547.7954.85-
YUV185.21130.14134.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.46%
GREEN value IS 180 (70.70% from 255) = 31.97%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=34.46%
G=31.97%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418018900.070.030.24321.4310.2973.33
HexC2B4BD07318141a49
Octal3022642750733050112111
Binary1100001010110100101111010111111100010100000110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B4BD; }

 p { color: rgb(194,180,189); }

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

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

 a { background-color: rgb(194,180,189); }

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

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

 span { border-color: rgb(194,180,189); }

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