Html Css Color HEX #C4AEBE Maverick

📋 copy color: '#C4AEBE'

red 196 ◦ green 174 ◦ blue 190

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

Shades of Maverick #C4AEBE

Tints of Maverick #C4AEBE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.07%

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

R = 35%
G = 31.07%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C4AEBE (or 0xC4AEBE) is known color: Maverick. HEX triplet: C4, AE and BE. RGB value is (196,174,190). Sum of RGB (Red+Green+Blue) = 196+174+190=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AEBE is #3B5141. Grayscale: #B6B6B6. Windows color (decimal): -3887426 or 12496580. OLE color: 12496580.

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

Color convert

RGB 196 174 190 -
CMYK 0 0.11 0.03 0.23
HSL 316.36º 0.16% 0.73% -
HSV(B) 316.36º 0.11% 0.77% -
XYZ 47.2 45.73 55.05 -
YUV 182.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 196 174 190 0 0.11 0.03 0.23 316.36 0.16 0.73
Hex C4 AE BE 0 B 3 17 13C 10 49
Octal 304 256 276 0 13 3 27 474 20 111
Binary 11000100 10101110 10111110 0 1011 11 10111 100111100 10000 1001001

Color Harmonies of #C4AEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AEBE

Black with #C4AEBE

Text Example


Text Example

White with #C4AEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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