Html Css Color HEX #C2AFB9 Maverick

📋 copy color: '#C2AFB9'

red 194 ◦ green 175 ◦ blue 185

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

Shades of Maverick #C2AFB9

Tints of Maverick #C2AFB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.39%

R = 35.02%
G = 31.59%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C2AFB9 (or 0xC2AFB9) is known color: Maverick. HEX triplet: C2, AF and B9. RGB value is (194,175,185). Sum of RGB (Red+Green+Blue) = 194+175+185=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFB9 is #3D5046. Grayscale: #B5B5B5. Windows color (decimal): -4018247 or 12169154. OLE color: 12169154.

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

Color convert

RGB 194 175 185 -
CMYK 0 0.10 0.05 0.24
HSL 328.42º 0.13% 0.72% -
HSV(B) 328.42º 0.1% 0.76% -
XYZ 46.34 45.63 52.26 -
YUV 181.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 194 175 185 0 0.10 0.05 0.24 328.42 0.13 0.72
Hex C2 AF B9 0 A 5 18 148 D 48
Octal 302 257 271 0 12 5 30 510 15 110
Binary 11000010 10101111 10111001 0 1010 101 11000 101001000 1101 1001000

Color Harmonies of #C2AFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFB9

Black with #C2AFB9

Text Example


Text Example

White with #C2AFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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