Html Css Color HEX #C8AFC2 Maverick

📋 copy color: '#C8AFC2'

red 200 ◦ green 175 ◦ blue 194

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

Shades of Maverick #C8AFC2

Tints of Maverick #C8AFC2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.76%

 BLUE value IS 194 (76.17% from 255) = 34.09%

R = 35.15%
G = 30.76%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C8AFC2 (or 0xC8AFC2) is known color: Maverick. HEX triplet: C8, AF and C2. RGB value is (200,175,194). Sum of RGB (Red+Green+Blue) = 200+175+194=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFC2 is #37503D. Grayscale: #B8B8B8. Windows color (decimal): -3625022 or 12758984. OLE color: 12758984.

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

Color convert

RGB 200 175 194 -
CMYK 0 0.12 0.03 0.22
HSL 314.4º 0.19% 0.74% -
HSV(B) 314.4º 0.13% 0.78% -
XYZ 48.89 46.83 57.5 -
YUV 184.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 200 175 194 0 0.12 0.03 0.22 314.4 0.19 0.74
Hex C8 AF C2 0 C 3 16 13A 13 4A
Octal 310 257 302 0 14 3 26 472 23 112
Binary 11001000 10101111 11000010 0 1100 11 10110 100111010 10011 1001010

Color Harmonies of #C8AFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AFC2

Black with #C8AFC2

Text Example


Text Example

White with #C8AFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AFC2; }

 p { color: rgb(200,175,194); }

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

background-color css

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

 a { background-color: rgb(200,175,194); }

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

border-color css

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

 span { border-color: rgb(200,175,194); }

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