Html Css Color HEX #C0AEBB Maverick

📋 copy color: '#C0AEBB'

red 192 ◦ green 174 ◦ blue 187

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

Shades of Maverick #C0AEBB

Tints of Maverick #C0AEBB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.46%

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

R = 34.72%
G = 31.46%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C0AEBB (or 0xC0AEBB) is known color: Maverick. HEX triplet: C0, AE and BB. RGB value is (192,174,187). Sum of RGB (Red+Green+Blue) = 192+174+187=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEBB is #3F5144. Grayscale: #B4B4B4. Windows color (decimal): -4149573 or 12299968. OLE color: 12299968.

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

Color convert

RGB 192 174 187 -
CMYK 0 0.09 0.03 0.25
HSL 316.67º 0.13% 0.72% -
HSV(B) 316.67º 0.09% 0.75% -
XYZ 45.84 45.07 53.3 -
YUV 180.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 192 174 187 0 0.09 0.03 0.25 316.67 0.13 0.72
Hex C0 AE BB 0 9 3 19 13D C 48
Octal 300 256 273 0 11 3 31 475 14 110
Binary 11000000 10101110 10111011 0 1001 11 11001 100111101 1100 1001000

Color Harmonies of #C0AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AEBB

Black with #C0AEBB

Text Example


Text Example

White with #C0AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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