Html Css Color HEX #C4BBC0 Maverick

📋 copy color: '#C4BBC0'

red 196 ◦ green 187 ◦ blue 192

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

Shades of Maverick #C4BBC0

Tints of Maverick #C4BBC0

RGB

 RED value IS 196 (76.95% from 255) = 34.09%

 GREEN value IS 187 (73.44% from 255) = 32.52%

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

R = 34.09%
G = 32.52%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C4BBC0 (or 0xC4BBC0) is known color: Maverick. HEX triplet: C4, BB and C0. RGB value is (196,187,192). Sum of RGB (Red+Green+Blue) = 196+187+192=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBC0 is #3B443F. Grayscale: #BEBEBE. Windows color (decimal): -3884096 or 12630980. OLE color: 12630980.

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

Color convert

RGB 196 187 192 -
CMYK 0 0.05 0.02 0.23
HSL 326.67º 0.07% 0.75% -
HSV(B) 326.67º 0.05% 0.77% -
XYZ 50.05 51.08 57.09 -
YUV 190.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 196 187 192 0 0.05 0.02 0.23 326.67 0.07 0.75
Hex C4 BB C0 0 5 2 17 147 7 4B
Octal 304 273 300 0 5 2 27 507 7 113
Binary 11000100 10111011 11000000 0 101 10 10111 101000111 111 1001011

Color Harmonies of #C4BBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBC0

Black with #C4BBC0

Text Example


Text Example

White with #C4BBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBC0; }

 p { color: rgb(196,187,192); }

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

background-color css

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

 a { background-color: rgb(196,187,192); }

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

border-color css

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

 span { border-color: rgb(196,187,192); }

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