Html Css Color HEX #C8AEC1 Maverick

📋 copy color: '#C8AEC1'

red 200 ◦ green 174 ◦ blue 193

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

Shades of Maverick #C8AEC1

Tints of Maverick #C8AEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.04%

R = 35.27%
G = 30.69%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C8AEC1 (or 0xC8AEC1) is known color: Maverick. HEX triplet: C8, AE and C1. RGB value is (200,174,193). Sum of RGB (Red+Green+Blue) = 200+174+193=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AEC1 is #37513E. Grayscale: #B7B7B7. Windows color (decimal): -3625279 or 12693192. OLE color: 12693192.

HSL color Cylindrical-coordinate representation of color #C8AEC1: hue angle of 316.15º 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 #C8AEC1 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 174 193 -
CMYK 0 0.13 0.04 0.22
HSL 316.15º 0.19% 0.73% -
HSV(B) 316.15º 0.13% 0.78% -
XYZ 48.58 46.4 56.85 -
YUV 183.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 200 174 193 0 0.13 0.04 0.22 316.15 0.19 0.73
Hex C8 AE C1 0 D 4 16 13C 13 49
Octal 310 256 301 0 15 4 26 474 23 111
Binary 11001000 10101110 11000001 0 1101 100 10110 100111100 10011 1001001

Color Harmonies of #C8AEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AEC1

Black with #C8AEC1

Text Example


Text Example

White with #C8AEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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