Html Css Color HEX #C2AFBE Maverick

📋 copy color: '#C2AFBE'

red 194 ◦ green 175 ◦ blue 190

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

Shades of Maverick #C2AFBE

Tints of Maverick #C2AFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.99%

R = 34.7%
G = 31.31%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C2AFBE (or 0xC2AFBE) is known color: Maverick. HEX triplet: C2, AF and BE. RGB value is (194,175,190). Sum of RGB (Red+Green+Blue) = 194+175+190=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFBE is #3D5041. Grayscale: #B6B6B6. Windows color (decimal): -4018242 or 12496834. OLE color: 12496834.

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

Color convert

RGB 194 175 190 -
CMYK 0 0.10 0.02 0.24
HSL 312.63º 0.13% 0.72% -
HSV(B) 312.63º 0.1% 0.76% -
XYZ 46.87 45.85 55.09 -
YUV 182.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 194 175 190 0 0.10 0.02 0.24 312.63 0.13 0.72
Hex C2 AF BE 0 A 2 18 139 D 48
Octal 302 257 276 0 12 2 30 471 15 110
Binary 11000010 10101111 10111110 0 1010 10 11000 100111001 1101 1001000

Color Harmonies of #C2AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFBE

Black with #C2AFBE

Text Example


Text Example

White with #C2AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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