Html Css Color HEX #C5BCC0 Maverick

📋 copy color: '#C5BCC0'

red 197 ◦ green 188 ◦ blue 192

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

Shades of Maverick #C5BCC0

Tints of Maverick #C5BCC0

RGB

 RED value IS 197 (77.34% from 255) = 34.14%

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

 BLUE value IS 192 (75.39% from 255) = 33.28%

R = 34.14%
G = 32.58%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C5BCC0 (or 0xC5BCC0) is known color: Maverick. HEX triplet: C5, BC and C0. RGB value is (197,188,192). Sum of RGB (Red+Green+Blue) = 197+188+192=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCC0 is #3A433F. Grayscale: #BFBFBF. Windows color (decimal): -3818304 or 12631237. OLE color: 12631237.

HSL color Cylindrical-coordinate representation of color #C5BCC0: hue angle of 333.33º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5BCC0 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 188 192 -
CMYK 0 0.05 0.03 0.23
HSL 333.33º 0.07% 0.75% -
HSV(B) 333.33º 0.05% 0.77% -
XYZ 50.52 51.64 57.17 -
YUV 191.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 197 188 192 0 0.05 0.03 0.23 333.33 0.07 0.75
Hex C5 BC C0 0 5 3 17 14D 7 4B
Octal 305 274 300 0 5 3 27 515 7 113
Binary 11000101 10111100 11000000 0 101 11 10111 101001101 111 1001011

Color Harmonies of #C5BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCC0

Black with #C5BCC0

Text Example


Text Example

White with #C5BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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