Html Css Color HEX #C5B0B6 Pink Flare

📋 copy color: '#C5B0B6'

red 197 ◦ green 176 ◦ blue 182

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

Shades of Pink Flare #C5B0B6

Tints of Pink Flare #C5B0B6

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.71%

 BLUE value IS 182 (71.48% from 255) = 32.79%

R = 35.5%
G = 31.71%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C5B0B6 (or 0xC5B0B6) is known color: Pink Flare. HEX triplet: C5, B0 and B6. RGB value is (197,176,182). Sum of RGB (Red+Green+Blue) = 197+176+182=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 182 (71.48% from 255 or 32.79% from 555); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B0B6 is #3A4F49. Grayscale: #B6B6B6. Windows color (decimal): -3821386 or 11972805. OLE color: 11972805.

HSL color Cylindrical-coordinate representation of color #C5B0B6: hue angle of 342.86º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5B0B6 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 176 182 -
CMYK 0 0.11 0.08 0.23
HSL 342.86º 0.15% 0.73% -
HSV(B) 342.86º 0.11% 0.77% -
XYZ 46.99 46.3 50.72 -
YUV 182.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 197 176 182 0 0.11 0.08 0.23 342.86 0.15 0.73
Hex C5 B0 B6 0 B 8 17 157 F 49
Octal 305 260 266 0 13 10 27 527 17 111
Binary 11000101 10110000 10110110 0 1011 1000 10111 101010111 1111 1001001

Color Harmonies of #C5B0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B0B6

Black with #C5B0B6

Text Example


Text Example

White with #C5B0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B0B6; }

 p { color: rgb(197,176,182); }

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

background-color css

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

 a { background-color: rgb(197,176,182); }

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

border-color css

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

 span { border-color: rgb(197,176,182); }

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