Html Css Color HEX #C2AFB8 Maverick

📋 copy color: '#C2AFB8'

red 194 ◦ green 175 ◦ blue 184

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

Shades of Maverick #C2AFB8

Tints of Maverick #C2AFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.27%

R = 35.08%
G = 31.65%
B = 33.27%

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

#C2AFB8 (or 0xC2AFB8) is known color: Maverick. HEX triplet: C2, AF and B8. RGB value is (194,175,184). Sum of RGB (Red+Green+Blue) = 194+175+184=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFB8 is #3D5047. Grayscale: #B5B5B5. Windows color (decimal): -4018248 or 12103618. OLE color: 12103618.

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

Color convert

RGB 194 175 184 -
CMYK 0 0.10 0.05 0.24
HSL 331.58º 0.13% 0.72% -
HSV(B) 331.58º 0.1% 0.76% -
XYZ 46.23 45.59 51.71 -
YUV 181.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 194 175 184 0 0.10 0.05 0.24 331.58 0.13 0.72
Hex C2 AF B8 0 A 5 18 14C D 48
Octal 302 257 270 0 12 5 30 514 15 110
Binary 11000010 10101111 10111000 0 1010 101 11000 101001100 1101 1001000

Color Harmonies of #C2AFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFB8

Black with #C2AFB8

Text Example


Text Example

White with #C2AFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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