Html Css Color HEX #C5BEBF Pink Flare

📋 copy color: '#C5BEBF'

red 197 ◦ green 190 ◦ blue 191

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

Shades of Pink Flare #C5BEBF

Tints of Pink Flare #C5BEBF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.87%

 BLUE value IS 191 (75% from 255) = 33.04%

R = 34.08%
G = 32.87%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C5BEBF (or 0xC5BEBF) is known color: Pink Flare. HEX triplet: C5, BE and BF. RGB value is (197,190,191). Sum of RGB (Red+Green+Blue) = 197+190+191=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BEBF is #3A4140. Grayscale: #C0C0C0. Windows color (decimal): -3817793 or 12566213. OLE color: 12566213.

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

Color convert

RGB 197 190 191 -
CMYK 0 0.04 0.03 0.23
HSL 351.43º 0.06% 0.76% -
HSV(B) 351.43º 0.04% 0.77% -
XYZ 50.84 52.46 56.74 -
YUV 192.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 197 190 191 0 0.04 0.03 0.23 351.43 0.06 0.76
Hex C5 BE BF 0 4 3 17 15F 6 4C
Octal 305 276 277 0 4 3 27 537 6 114
Binary 11000101 10111110 10111111 0 100 11 10111 101011111 110 1001100

Color Harmonies of #C5BEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BEBF

Black with #C5BEBF

Text Example


Text Example

White with #C5BEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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