Html Css Color HEX #C3B1B4 Pink Flare

📋 copy color: '#C3B1B4'

red 195 ◦ green 177 ◦ blue 180

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

Shades of Pink Flare #C3B1B4

Tints of Pink Flare #C3B1B4

RGB

 RED value IS 195 (76.56% from 255) = 35.33%

 GREEN value IS 177 (69.53% from 255) = 32.07%

 BLUE value IS 180 (70.7% from 255) = 32.61%

R = 35.33%
G = 32.07%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C3B1B4 (or 0xC3B1B4) is known color: Pink Flare. HEX triplet: C3, B1 and B4. RGB value is (195,177,180). Sum of RGB (Red+Green+Blue) = 195+177+180=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B1B4 is #3C4E4B. Grayscale: #B6B6B6. Windows color (decimal): -3952204 or 11841987. OLE color: 11841987.

HSL color Cylindrical-coordinate representation of color #C3B1B4: hue angle of 350º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3B1B4 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 177 180 -
CMYK 0 0.09 0.08 0.24
HSL 350º 0.13% 0.73% -
HSV(B) 350º 0.09% 0.76% -
XYZ 46.47 46.34 49.68 -
YUV 182.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 195 177 180 0 0.09 0.08 0.24 350 0.13 0.73
Hex C3 B1 B4 0 9 8 18 15E D 49
Octal 303 261 264 0 11 10 30 536 15 111
Binary 11000011 10110001 10110100 0 1001 1000 11000 101011110 1101 1001001

Color Harmonies of #C3B1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B1B4

Black with #C3B1B4

Text Example


Text Example

White with #C3B1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B1B4; }

 p { color: rgb(195,177,180); }

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

background-color css

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

 a { background-color: rgb(195,177,180); }

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

border-color css

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

 span { border-color: rgb(195,177,180); }

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