Html Css Color HEX #C8B5BE Maverick

📋 copy color: '#C8B5BE'

red 200 ◦ green 181 ◦ blue 190

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

Shades of Maverick #C8B5BE

Tints of Maverick #C8B5BE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.7%

 BLUE value IS 190 (74.61% from 255) = 33.27%

R = 35.03%
G = 31.7%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C8B5BE (or 0xC8B5BE) is known color: Maverick. HEX triplet: C8, B5 and BE. RGB value is (200,181,190). Sum of RGB (Red+Green+Blue) = 200+181+190=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B5BE is #374A41. Grayscale: #BBBBBB. Windows color (decimal): -3623490 or 12498376. OLE color: 12498376.

HSL color Cylindrical-coordinate representation of color #C8B5BE: hue angle of 331.58º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8B5BE is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 181 190 -
CMYK 0 0.09 0.05 0.22
HSL 331.58º 0.15% 0.75% -
HSV(B) 331.58º 0.1% 0.78% -
XYZ 49.64 49.04 55.57 -
YUV 187.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 200 181 190 0 0.09 0.05 0.22 331.58 0.15 0.75
Hex C8 B5 BE 0 9 5 16 14C F 4B
Octal 310 265 276 0 11 5 26 514 17 113
Binary 11001000 10110101 10111110 0 1001 101 10110 101001100 1111 1001011

Color Harmonies of #C8B5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B5BE

Black with #C8B5BE

Text Example


Text Example

White with #C8B5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B5BE; }

 p { color: rgb(200,181,190); }

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

background-color css

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

 a { background-color: rgb(200,181,190); }

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

border-color css

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

 span { border-color: rgb(200,181,190); }

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