Html Css Color HEX #C2BABE Maverick

📋 copy color: '#C2BABE'

red 194 ◦ green 186 ◦ blue 190

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

Shades of Maverick #C2BABE

Tints of Maverick #C2BABE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.63%

 BLUE value IS 190 (74.61% from 255) = 33.33%

R = 34.04%
G = 32.63%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C2BABE (or 0xC2BABE) is known color: Maverick. HEX triplet: C2, BA and BE. RGB value is (194,186,190). Sum of RGB (Red+Green+Blue) = 194+186+190=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BABE is #3D4541. Grayscale: #BCBCBC. Windows color (decimal): -4015426 or 12499650. OLE color: 12499650.

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

Color convert

RGB 194 186 190 -
CMYK 0 0.04 0.02 0.24
HSL 330º 0.06% 0.75% -
HSV(B) 330º 0.04% 0.76% -
XYZ 49.1 50.3 55.84 -
YUV 188.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 194 186 190 0 0.04 0.02 0.24 330 0.06 0.75
Hex C2 BA BE 0 4 2 18 14A 6 4B
Octal 302 272 276 0 4 2 30 512 6 113
Binary 11000010 10111010 10111110 0 100 10 11000 101001010 110 1001011

Color Harmonies of #C2BABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BABE

Black with #C2BABE

Text Example


Text Example

White with #C2BABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BABE; }

 p { color: rgb(194,186,190); }

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

background-color css

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

 a { background-color: rgb(194,186,190); }

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

border-color css

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

 span { border-color: rgb(194,186,190); }

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