Html Css Color HEX #C0AEBD Maverick

📋 copy color: '#C0AEBD'

red 192 ◦ green 174 ◦ blue 189

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

Shades of Maverick #C0AEBD

Tints of Maverick #C0AEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.05%

R = 34.59%
G = 31.35%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C0AEBD (or 0xC0AEBD) is known color: Maverick. HEX triplet: C0, AE and BD. RGB value is (192,174,189). Sum of RGB (Red+Green+Blue) = 192+174+189=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEBD is #3F5142. Grayscale: #B5B5B5. Windows color (decimal): -4149571 or 12431040. OLE color: 12431040.

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

Color convert

RGB 192 174 189 -
CMYK 0 0.09 0.02 0.25
HSL 310º 0.13% 0.72% -
HSV(B) 310º 0.09% 0.75% -
XYZ 46.06 45.15 54.43 -
YUV 181.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 192 174 189 0 0.09 0.02 0.25 310 0.13 0.72
Hex C0 AE BD 0 9 2 19 136 C 48
Octal 300 256 275 0 11 2 31 466 14 110
Binary 11000000 10101110 10111101 0 1001 10 11001 100110110 1100 1001000

Color Harmonies of #C0AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AEBD

Black with #C0AEBD

Text Example


Text Example

White with #C0AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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