Html Css Color HEX #C0ACBA Maverick

📋 copy color: '#C0ACBA'

red 192 ◦ green 172 ◦ blue 186

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

Shades of Maverick #C0ACBA

Tints of Maverick #C0ACBA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.27%

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

R = 34.91%
G = 31.27%
B = 33.82%

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

#C0ACBA (or 0xC0ACBA) is known color: Maverick. HEX triplet: C0, AC and BA. RGB value is (192,172,186). Sum of RGB (Red+Green+Blue) = 192+172+186=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACBA is #3F5345. Grayscale: #B3B3B3. Windows color (decimal): -4150086 or 12233920. OLE color: 12233920.

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

Color convert

RGB 192 172 186 -
CMYK 0 0.10 0.03 0.25
HSL 318º 0.14% 0.71% -
HSV(B) 318º 0.1% 0.75% -
XYZ 45.35 44.26 52.61 -
YUV 179.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 192 172 186 0 0.10 0.03 0.25 318 0.14 0.71
Hex C0 AC BA 0 A 3 19 13E E 47
Octal 300 254 272 0 12 3 31 476 16 107
Binary 11000000 10101100 10111010 0 1010 11 11001 100111110 1110 1000111

Color Harmonies of #C0ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACBA

Black with #C0ACBA

Text Example


Text Example

White with #C0ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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