Html Css Color HEX #C0ADBB Maverick

📋 copy color: '#C0ADBB'

red 192 ◦ green 173 ◦ blue 187

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

Shades of Maverick #C0ADBB

Tints of Maverick #C0ADBB

RGB

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

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

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

R = 34.78%
G = 31.34%
B = 33.88%

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

#C0ADBB (or 0xC0ADBB) is known color: Maverick. HEX triplet: C0, AD and BB. RGB value is (192,173,187). Sum of RGB (Red+Green+Blue) = 192+173+187=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADBB is #3F5244. Grayscale: #B4B4B4. Windows color (decimal): -4149829 or 12299712. OLE color: 12299712.

HSL color Cylindrical-coordinate representation of color #C0ADBB: hue angle of 315.79º 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 #C0ADBB is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 173 187 -
CMYK 0 0.10 0.03 0.25
HSL 315.79º 0.13% 0.72% -
HSV(B) 315.79º 0.1% 0.75% -
XYZ 45.65 44.68 53.23 -
YUV 180.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 192 173 187 0 0.10 0.03 0.25 315.79 0.13 0.72
Hex C0 AD BB 0 A 3 19 13C D 48
Octal 300 255 273 0 12 3 31 474 15 110
Binary 11000000 10101101 10111011 0 1010 11 11001 100111100 1101 1001000

Color Harmonies of #C0ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADBB

Black with #C0ADBB

Text Example


Text Example

White with #C0ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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