Html Css Color HEX #C2ACBD Maverick

📋 copy color: '#C2ACBD'

red 194 ◦ green 172 ◦ blue 189

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

Shades of Maverick #C2ACBD

Tints of Maverick #C2ACBD

RGB

 RED value IS 194 (76.17% from 255) = 34.95%

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

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

R = 34.95%
G = 30.99%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C2ACBD (or 0xC2ACBD) is known color: Maverick. HEX triplet: C2, AC and BD. RGB value is (194,172,189). Sum of RGB (Red+Green+Blue) = 194+172+189=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACBD is #3D5342. Grayscale: #B4B4B4. Windows color (decimal): -4019011 or 12430530. OLE color: 12430530.

HSL color Cylindrical-coordinate representation of color #C2ACBD: hue angle of 313.64º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2ACBD is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 172 189 -
CMYK 0 0.11 0.03 0.24
HSL 313.64º 0.15% 0.72% -
HSV(B) 313.64º 0.11% 0.76% -
XYZ 46.19 44.65 54.33 -
YUV 180.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 194 172 189 0 0.11 0.03 0.24 313.64 0.15 0.72
Hex C2 AC BD 0 B 3 18 13A F 48
Octal 302 254 275 0 13 3 30 472 17 110
Binary 11000010 10101100 10111101 0 1011 11 11000 100111010 1111 1001000

Color Harmonies of #C2ACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACBD

Black with #C2ACBD

Text Example


Text Example

White with #C2ACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACBD; }

 p { color: rgb(194,172,189); }

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

background-color css

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

 a { background-color: rgb(194,172,189); }

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

border-color css

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

 span { border-color: rgb(194,172,189); }

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