Html Css Color HEX #C8AFBD Maverick

📋 copy color: '#C8AFBD'

red 200 ◦ green 175 ◦ blue 189

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

Shades of Maverick #C8AFBD

Tints of Maverick #C8AFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.51%

R = 35.46%
G = 31.03%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C8AFBD (or 0xC8AFBD) is known color: Maverick. HEX triplet: C8, AF and BD. RGB value is (200,175,189). Sum of RGB (Red+Green+Blue) = 200+175+189=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFBD is #375042. Grayscale: #B8B8B8. Windows color (decimal): -3625027 or 12431304. OLE color: 12431304.

HSL color Cylindrical-coordinate representation of color #C8AFBD: hue angle of 326.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 #C8AFBD is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 175 189 -
CMYK 0 0.12 0.06 0.22
HSL 326.4º 0.19% 0.74% -
HSV(B) 326.4º 0.13% 0.78% -
XYZ 48.33 46.61 54.59 -
YUV 184.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 200 175 189 0 0.12 0.06 0.22 326.4 0.19 0.74
Hex C8 AF BD 0 C 6 16 146 13 4A
Octal 310 257 275 0 14 6 26 506 23 112
Binary 11001000 10101111 10111101 0 1100 110 10110 101000110 10011 1001010

Color Harmonies of #C8AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AFBD

Black with #C8AFBD

Text Example


Text Example

White with #C8AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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