Html Css Color HEX #C7BCC5 Maverick

📋 copy color: '#C7BCC5'

red 199 ◦ green 188 ◦ blue 197

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

Shades of Maverick #C7BCC5

Tints of Maverick #C7BCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.73%

R = 34.08%
G = 32.19%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C7BCC5 (or 0xC7BCC5) is known color: Maverick. HEX triplet: C7, BC and C5. RGB value is (199,188,197). Sum of RGB (Red+Green+Blue) = 199+188+197=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCC5 is #38433A. Grayscale: #C0C0C0. Windows color (decimal): -3687227 or 12958919. OLE color: 12958919.

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

Color convert

RGB 199 188 197 -
CMYK 0 0.06 0.01 0.22
HSL 310.91º 0.09% 0.76% -
HSV(B) 310.91º 0.06% 0.78% -
XYZ 51.61 52.14 60.17 -
YUV 192.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 199 188 197 0 0.06 0.01 0.22 310.91 0.09 0.76
Hex C7 BC C5 0 6 1 16 137 9 4C
Octal 307 274 305 0 6 1 26 467 11 114
Binary 11000111 10111100 11000101 0 110 1 10110 100110111 1001 1001100

Color Harmonies of #C7BCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCC5

Black with #C7BCC5

Text Example


Text Example

White with #C7BCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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