Html Css Color HEX #C7BCC1 Maverick

📋 copy color: '#C7BCC1'

red 199 ◦ green 188 ◦ blue 193

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

Shades of Maverick #C7BCC1

Tints of Maverick #C7BCC1

RGB

 RED value IS 199 (78.13% from 255) = 34.31%

 GREEN value IS 188 (73.83% from 255) = 32.41%

 BLUE value IS 193 (75.78% from 255) = 33.28%

R = 34.31%
G = 32.41%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C7BCC1 (or 0xC7BCC1) is known color: Maverick. HEX triplet: C7, BC and C1. RGB value is (199,188,193). Sum of RGB (Red+Green+Blue) = 199+188+193=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCC1 is #38433E. Grayscale: #BFBFBF. Windows color (decimal): -3687231 or 12696775. OLE color: 12696775.

HSL color Cylindrical-coordinate representation of color #C7BCC1: hue angle of 332.73º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7BCC1 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 188 193 -
CMYK 0 0.06 0.03 0.22
HSL 332.73º 0.09% 0.76% -
HSV(B) 332.73º 0.06% 0.78% -
XYZ 51.16 51.96 57.78 -
YUV 191.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 199 188 193 0 0.06 0.03 0.22 332.73 0.09 0.76
Hex C7 BC C1 0 6 3 16 14D 9 4C
Octal 307 274 301 0 6 3 26 515 11 114
Binary 11000111 10111100 11000001 0 110 11 10110 101001101 1001 1001100

Color Harmonies of #C7BCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCC1

Black with #C7BCC1

Text Example


Text Example

White with #C7BCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCC1; }

 p { color: rgb(199,188,193); }

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

background-color css

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

 a { background-color: rgb(199,188,193); }

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

border-color css

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

 span { border-color: rgb(199,188,193); }

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