Html Css Color HEX #C8B3BD Maverick

📋 copy color: '#C8B3BD'

red 200 ◦ green 179 ◦ blue 189

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

Shades of Maverick #C8B3BD

Tints of Maverick #C8B3BD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.51%

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

R = 35.21%
G = 31.51%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C8B3BD (or 0xC8B3BD) is known color: Maverick. HEX triplet: C8, B3 and BD. RGB value is (200,179,189). Sum of RGB (Red+Green+Blue) = 200+179+189=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 179 (70.31% from 255 or 31.51% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B3BD is #374C42. Grayscale: #BABABA. Windows color (decimal): -3624003 or 12432328. OLE color: 12432328.

HSL color Cylindrical-coordinate representation of color #C8B3BD: hue angle of 331.43º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8B3BD is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 179 189 -
CMYK 0 0.10 0.06 0.22
HSL 331.43º 0.16% 0.74% -
HSV(B) 331.43º 0.11% 0.78% -
XYZ 49.12 48.19 54.86 -
YUV 186.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 200 179 189 0 0.10 0.06 0.22 331.43 0.16 0.74
Hex C8 B3 BD 0 A 6 16 14B 10 4A
Octal 310 263 275 0 12 6 26 513 20 112
Binary 11001000 10110011 10111101 0 1010 110 10110 101001011 10000 1001010

Color Harmonies of #C8B3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B3BD

Black with #C8B3BD

Text Example


Text Example

White with #C8B3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B3BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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