Html Css Color HEX #C8B4BE Maverick

📋 copy color: '#C8B4BE'

red 200 ◦ green 180 ◦ blue 190

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

Shades of Maverick #C8B4BE

Tints of Maverick #C8B4BE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.58%

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

R = 35.09%
G = 31.58%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C8B4BE (or 0xC8B4BE) is known color: Maverick. HEX triplet: C8, B4 and BE. RGB value is (200,180,190). Sum of RGB (Red+Green+Blue) = 200+180+190=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B4BE is #374B41. Grayscale: #BBBBBB. Windows color (decimal): -3623746 or 12498120. OLE color: 12498120.

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

Color convert

RGB 200 180 190 -
CMYK 0 0.1 0.05 0.22
HSL 330º 0.15% 0.75% -
HSV(B) 330º 0.1% 0.78% -
XYZ 49.43 48.64 55.5 -
YUV 187.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 200 180 190 0 0.1 0.05 0.22 330 0.15 0.75
Hex C8 B4 BE 0 A 5 16 14A F 4B
Octal 310 264 276 0 12 5 26 512 17 113
Binary 11001000 10110100 10111110 0 1010 101 10110 101001010 1111 1001011

Color Harmonies of #C8B4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B4BE

Black with #C8B4BE

Text Example


Text Example

White with #C8B4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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