Html Css Color HEX #C5B2BE Maverick

📋 copy color: '#C5B2BE'

red 197 ◦ green 178 ◦ blue 190

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

Shades of Maverick #C5B2BE

Tints of Maverick #C5B2BE

RGB

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

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

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

R = 34.87%
G = 31.5%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C5B2BE (or 0xC5B2BE) is known color: Maverick. HEX triplet: C5, B2 and BE. RGB value is (197,178,190). Sum of RGB (Red+Green+Blue) = 197+178+190=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B2BE is #3A4D41. Grayscale: #B9B9B9. Windows color (decimal): -3820866 or 12497605. OLE color: 12497605.

HSL color Cylindrical-coordinate representation of color #C5B2BE: hue angle of 322.11º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5B2BE is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 178 190 -
CMYK 0 0.10 0.04 0.23
HSL 322.11º 0.14% 0.74% -
HSV(B) 322.11º 0.1% 0.77% -
XYZ 48.24 47.43 55.33 -
YUV 185.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 197 178 190 0 0.10 0.04 0.23 322.11 0.14 0.74
Hex C5 B2 BE 0 A 4 17 142 E 4A
Octal 305 262 276 0 12 4 27 502 16 112
Binary 11000101 10110010 10111110 0 1010 100 10111 101000010 1110 1001010

Color Harmonies of #C5B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B2BE

Black with #C5B2BE

Text Example


Text Example

White with #C5B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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