Html Css Color HEX #C4ADBA Maverick

📋 copy color: '#C4ADBA'

red 196 ◦ green 173 ◦ blue 186

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

Shades of Maverick #C4ADBA

Tints of Maverick #C4ADBA

RGB

 RED value IS 196 (76.95% from 255) = 35.32%

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

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

R = 35.32%
G = 31.17%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C4ADBA (or 0xC4ADBA) is known color: Maverick. HEX triplet: C4, AD and BA. RGB value is (196,173,186). Sum of RGB (Red+Green+Blue) = 196+173+186=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ADBA is #3B5245. Grayscale: #B5B5B5. Windows color (decimal): -3887686 or 12234180. OLE color: 12234180.

HSL color Cylindrical-coordinate representation of color #C4ADBA: hue angle of 326.09º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4ADBA is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 173 186 -
CMYK 0 0.12 0.05 0.23
HSL 326.09º 0.16% 0.72% -
HSV(B) 326.09º 0.12% 0.77% -
XYZ 46.57 45.17 52.72 -
YUV 181.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 196 173 186 0 0.12 0.05 0.23 326.09 0.16 0.72
Hex C4 AD BA 0 C 5 17 146 10 48
Octal 304 255 272 0 14 5 27 506 20 110
Binary 11000100 10101101 10111010 0 1100 101 10111 101000110 10000 1001000

Color Harmonies of #C4ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ADBA

Black with #C4ADBA

Text Example


Text Example

White with #C4ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ADBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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