Html Css Color HEX #C2ADB8 Maverick

📋 copy color: '#C2ADB8'

red 194 ◦ green 173 ◦ blue 184

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

Shades of Maverick #C2ADB8

Tints of Maverick #C2ADB8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.4%

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

R = 35.21%
G = 31.4%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C2ADB8 (or 0xC2ADB8) is known color: Maverick. HEX triplet: C2, AD and B8. RGB value is (194,173,184). Sum of RGB (Red+Green+Blue) = 194+173+184=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADB8 is #3D5247. Grayscale: #B4B4B4. Windows color (decimal): -4018760 or 12103106. OLE color: 12103106.

HSL color Cylindrical-coordinate representation of color #C2ADB8: hue angle of 328.57º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2ADB8 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 173 184 -
CMYK 0 0.11 0.05 0.24
HSL 328.57º 0.15% 0.72% -
HSV(B) 328.57º 0.11% 0.76% -
XYZ 45.84 44.82 51.58 -
YUV 180.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 194 173 184 0 0.11 0.05 0.24 328.57 0.15 0.72
Hex C2 AD B8 0 B 5 18 149 F 48
Octal 302 255 270 0 13 5 30 511 17 110
Binary 11000010 10101101 10111000 0 1011 101 11000 101001001 1111 1001000

Color Harmonies of #C2ADB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADB8

Black with #C2ADB8

Text Example


Text Example

White with #C2ADB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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