Html Css Color HEX #C0AEBA Maverick

📋 copy color: '#C0AEBA'

red 192 ◦ green 174 ◦ blue 186

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

Shades of Maverick #C0AEBA

Tints of Maverick #C0AEBA

RGB

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

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

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

R = 34.78%
G = 31.52%
B = 33.7%

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

#C0AEBA (or 0xC0AEBA) is known color: Maverick. HEX triplet: C0, AE and BA. RGB value is (192,174,186). Sum of RGB (Red+Green+Blue) = 192+174+186=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEBA is #3F5145. Grayscale: #B4B4B4. Windows color (decimal): -4149574 or 12234432. OLE color: 12234432.

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

Color convert

RGB 192 174 186 -
CMYK 0 0.09 0.03 0.25
HSL 320º 0.13% 0.72% -
HSV(B) 320º 0.09% 0.75% -
XYZ 45.74 45.02 52.73 -
YUV 180.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 192 174 186 0 0.09 0.03 0.25 320 0.13 0.72
Hex C0 AE BA 0 9 3 19 140 C 48
Octal 300 256 272 0 11 3 31 500 14 110
Binary 11000000 10101110 10111010 0 1001 11 11001 101000000 1100 1001000

Color Harmonies of #C0AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AEBA

Black with #C0AEBA

Text Example


Text Example

White with #C0AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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