Html Css Color HEX #C4ADBE Maverick

📋 copy color: '#C4ADBE'

red 196 ◦ green 173 ◦ blue 190

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

Shades of Maverick #C4ADBE

Tints of Maverick #C4ADBE

RGB

 RED value IS 196 (76.95% from 255) = 35.06%

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

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

R = 35.06%
G = 30.95%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C4ADBE (or 0xC4ADBE) is known color: Maverick. HEX triplet: C4, AD and BE. RGB value is (196,173,190). Sum of RGB (Red+Green+Blue) = 196+173+190=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ADBE is #3B5241. Grayscale: #B5B5B5. Windows color (decimal): -3887682 or 12496324. OLE color: 12496324.

HSL color Cylindrical-coordinate representation of color #C4ADBE: hue angle of 315.65º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4ADBE is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 173 190 -
CMYK 0 0.12 0.03 0.23
HSL 315.65º 0.16% 0.72% -
HSV(B) 315.65º 0.12% 0.77% -
XYZ 47 45.34 54.99 -
YUV 181.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 196 173 190 0 0.12 0.03 0.23 315.65 0.16 0.72
Hex C4 AD BE 0 C 3 17 13C 10 48
Octal 304 255 276 0 14 3 27 474 20 110
Binary 11000100 10101101 10111110 0 1100 11 10111 100111100 10000 1001000

Color Harmonies of #C4ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ADBE

Black with #C4ADBE

Text Example


Text Example

White with #C4ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ADBE; }

 p { color: rgb(196,173,190); }

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

background-color css

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

 a { background-color: rgb(196,173,190); }

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

border-color css

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

 span { border-color: rgb(196,173,190); }

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