Html Css Color HEX #C8AEBA Maverick

📋 copy color: '#C8AEBA'

red 200 ◦ green 174 ◦ blue 186

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

Shades of Maverick #C8AEBA

Tints of Maverick #C8AEBA

RGB

 RED value IS 200 (78.52% from 255) = 35.71%

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

 BLUE value IS 186 (73.05% from 255) = 33.21%

R = 35.71%
G = 31.07%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C8AEBA (or 0xC8AEBA) is known color: Maverick. HEX triplet: C8, AE and BA. RGB value is (200,174,186). Sum of RGB (Red+Green+Blue) = 200+174+186=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AEBA is #375145. Grayscale: #B7B7B7. Windows color (decimal): -3625286 or 12234440. OLE color: 12234440.

HSL color Cylindrical-coordinate representation of color #C8AEBA: hue angle of 332.31º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8AEBA is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 174 186 -
CMYK 0 0.13 0.07 0.22
HSL 332.31º 0.19% 0.73% -
HSV(B) 332.31º 0.13% 0.78% -
XYZ 47.82 46.1 52.83 -
YUV 183.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 200 174 186 0 0.13 0.07 0.22 332.31 0.19 0.73
Hex C8 AE BA 0 D 7 16 14C 13 49
Octal 310 256 272 0 15 7 26 514 23 111
Binary 11001000 10101110 10111010 0 1101 111 10110 101001100 10011 1001001

Color Harmonies of #C8AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AEBA

Black with #C8AEBA

Text Example


Text Example

White with #C8AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AEBA; }

 p { color: rgb(200,174,186); }

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

background-color css

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

 a { background-color: rgb(200,174,186); }

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

border-color css

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

 span { border-color: rgb(200,174,186); }

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