Html Css Color HEX #C2ADBA Maverick

📋 copy color: '#C2ADBA'

red 194 ◦ green 173 ◦ blue 186

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

Shades of Maverick #C2ADBA

Tints of Maverick #C2ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.28%

 BLUE value IS 186 (73.05% from 255) = 33.63%

R = 35.08%
G = 31.28%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C2ADBA (or 0xC2ADBA) is known color: Maverick. HEX triplet: C2, AD and BA. RGB value is (194,173,186). Sum of RGB (Red+Green+Blue) = 194+173+186=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADBA is #3D5245. Grayscale: #B4B4B4. Windows color (decimal): -4018758 or 12234178. OLE color: 12234178.

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

Color convert

RGB 194 173 186 -
CMYK 0 0.11 0.04 0.24
HSL 322.86º 0.15% 0.72% -
HSV(B) 322.86º 0.11% 0.76% -
XYZ 46.05 44.9 52.69 -
YUV 180.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 194 173 186 0 0.11 0.04 0.24 322.86 0.15 0.72
Hex C2 AD BA 0 B 4 18 143 F 48
Octal 302 255 272 0 13 4 30 503 17 110
Binary 11000010 10101101 10111010 0 1011 100 11000 101000011 1111 1001000

Color Harmonies of #C2ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADBA

Black with #C2ADBA

Text Example


Text Example

White with #C2ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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