Html Css Color HEX #C2AFBA Maverick

📋 copy color: '#C2AFBA'

red 194 ◦ green 175 ◦ blue 186

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

Shades of Maverick #C2AFBA

Tints of Maverick #C2AFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.53%

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

R = 34.95%
G = 31.53%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C2AFBA (or 0xC2AFBA) is known color: Maverick. HEX triplet: C2, AF and BA. RGB value is (194,175,186). Sum of RGB (Red+Green+Blue) = 194+175+186=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFBA is #3D5045. Grayscale: #B5B5B5. Windows color (decimal): -4018246 or 12234690. OLE color: 12234690.

HSL color Cylindrical-coordinate representation of color #C2AFBA: hue angle of 325.26º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2AFBA is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 175 186 -
CMYK 0 0.10 0.04 0.24
HSL 325.26º 0.13% 0.72% -
HSV(B) 325.26º 0.1% 0.76% -
XYZ 46.44 45.67 52.82 -
YUV 181.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 194 175 186 0 0.10 0.04 0.24 325.26 0.13 0.72
Hex C2 AF BA 0 A 4 18 145 D 48
Octal 302 257 272 0 12 4 30 505 15 110
Binary 11000010 10101111 10111010 0 1010 100 11000 101000101 1101 1001000

Color Harmonies of #C2AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFBA

Black with #C2AFBA

Text Example


Text Example

White with #C2AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFBA; }

 p { color: rgb(194,175,186); }

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

background-color css

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

 a { background-color: rgb(194,175,186); }

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

border-color css

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

 span { border-color: rgb(194,175,186); }

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