Html Css Color HEX #C8B2BE Maverick

📋 copy color: '#C8B2BE'

red 200 ◦ green 178 ◦ blue 190

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

Shades of Maverick #C8B2BE

Tints of Maverick #C8B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.34%

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

R = 35.21%
G = 31.34%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C8B2BE (or 0xC8B2BE) is known color: Maverick. HEX triplet: C8, B2 and BE. RGB value is (200,178,190). Sum of RGB (Red+Green+Blue) = 200+178+190=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B2BE is #374D41. Grayscale: #B9B9B9. Windows color (decimal): -3624258 or 12497608. OLE color: 12497608.

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

Color convert

RGB 200 178 190 -
CMYK 0 0.11 0.05 0.22
HSL 327.27º 0.17% 0.74% -
HSV(B) 327.27º 0.11% 0.78% -
XYZ 49.03 47.84 55.36 -
YUV 185.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 200 178 190 0 0.11 0.05 0.22 327.27 0.17 0.74
Hex C8 B2 BE 0 B 5 16 147 11 4A
Octal 310 262 276 0 13 5 26 507 21 112
Binary 11001000 10110010 10111110 0 1011 101 10110 101000111 10001 1001010

Color Harmonies of #C8B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B2BE

Black with #C8B2BE

Text Example


Text Example

White with #C8B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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