Html Css Color HEX #C2A5BB Maverick

📋 copy color: '#C2A5BB'

red 194 ◦ green 165 ◦ blue 187

#C2A5BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #C2A5BB

Tints of Maverick #C2A5BB

RGB

 RED value IS 194 (76.17% from 255) = 35.53%

 GREEN value IS 165 (64.84% from 255) = 30.22%

 BLUE value IS 187 (73.44% from 255) = 34.25%

R = 35.53%
G = 30.22%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C2A5BB (or 0xC2A5BB) is known color: Maverick. HEX triplet: C2, A5 and BB. RGB value is (194,165,187). Sum of RGB (Red+Green+Blue) = 194+165+187=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A5BB is #3D5A44. Grayscale: #B0B0B0. Windows color (decimal): -4020805 or 12297666. OLE color: 12297666.

HSL color Cylindrical-coordinate representation of color #C2A5BB: hue angle of 314.48º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2A5BB is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 165 187 -
CMYK 0 0.15 0.04 0.24
HSL 314.48º 0.19% 0.7% -
HSV(B) 314.48º 0.15% 0.76% -
XYZ 44.67 41.97 52.76 -
YUV 176.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 194 165 187 0 0.15 0.04 0.24 314.48 0.19 0.7
Hex C2 A5 BB 0 F 4 18 13A 13 46
Octal 302 245 273 0 17 4 30 472 23 106
Binary 11000010 10100101 10111011 0 1111 100 11000 100111010 10011 1000110

Color Harmonies of #C2A5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A5BB

Black with #C2A5BB

Text Example


Text Example

White with #C2A5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A5BB; }

 p { color: rgb(194,165,187); }

 H1.HeaderClassName
 {
   color: #C2A5BB;
 }
 .AnyTagClassName
 {
   color: #C2A5BB;
 }
</style>

background-color css

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

 a { background-color: rgb(194,165,187); }

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

border-color css

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

 span { border-color: rgb(194,165,187); }

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