Html Css Color HEX #C2AFBD Maverick

📋 copy color: '#C2AFBD'

red 194 ◦ green 175 ◦ blue 189

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

Shades of Maverick #C2AFBD

Tints of Maverick #C2AFBD

RGB

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

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

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

R = 34.77%
G = 31.36%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C2AFBD (or 0xC2AFBD) is known color: Maverick. HEX triplet: C2, AF and BD. RGB value is (194,175,189). Sum of RGB (Red+Green+Blue) = 194+175+189=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFBD is #3D5042. Grayscale: #B6B6B6. Windows color (decimal): -4018243 or 12431298. OLE color: 12431298.

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

Color convert

RGB 194 175 189 -
CMYK 0 0.10 0.03 0.24
HSL 315.79º 0.13% 0.72% -
HSV(B) 315.79º 0.1% 0.76% -
XYZ 46.76 45.8 54.52 -
YUV 182.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 194 175 189 0 0.10 0.03 0.24 315.79 0.13 0.72
Hex C2 AF BD 0 A 3 18 13C D 48
Octal 302 257 275 0 12 3 30 474 15 110
Binary 11000010 10101111 10111101 0 1010 11 11000 100111100 1101 1001000

Color Harmonies of #C2AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFBD

Black with #C2AFBD

Text Example


Text Example

White with #C2AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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