Html Css Color HEX #C0ADBA Maverick

📋 copy color: '#C0ADBA'

red 192 ◦ green 173 ◦ blue 186

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

Shades of Maverick #C0ADBA

Tints of Maverick #C0ADBA

RGB

 RED value IS 192 (75.39% from 255) = 34.85%

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

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

R = 34.85%
G = 31.4%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C0ADBA (or 0xC0ADBA) is known color: Maverick. HEX triplet: C0, AD and BA. RGB value is (192,173,186). Sum of RGB (Red+Green+Blue) = 192+173+186=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADBA is #3F5245. Grayscale: #B4B4B4. Windows color (decimal): -4149830 or 12234176. OLE color: 12234176.

HSL color Cylindrical-coordinate representation of color #C0ADBA: hue angle of 318.95º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0ADBA is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 173 186 -
CMYK 0 0.10 0.03 0.25
HSL 318.95º 0.13% 0.72% -
HSV(B) 318.95º 0.1% 0.75% -
XYZ 45.54 44.64 52.67 -
YUV 180.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 192 173 186 0 0.10 0.03 0.25 318.95 0.13 0.72
Hex C0 AD BA 0 A 3 19 13F D 48
Octal 300 255 272 0 12 3 31 477 15 110
Binary 11000000 10101101 10111010 0 1010 11 11001 100111111 1101 1001000

Color Harmonies of #C0ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADBA

Black with #C0ADBA

Text Example


Text Example

White with #C0ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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