Html Css Color HEX #C3B6B9 Pink Flare

📋 copy color: '#C3B6B9'

red 195 ◦ green 182 ◦ blue 185

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

Shades of Pink Flare #C3B6B9

Tints of Pink Flare #C3B6B9

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.38%

 BLUE value IS 185 (72.66% from 255) = 32.92%

R = 34.7%
G = 32.38%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C3B6B9 (or 0xC3B6B9) is known color: Pink Flare. HEX triplet: C3, B6 and B9. RGB value is (195,182,185). Sum of RGB (Red+Green+Blue) = 195+182+185=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B6B9 is #3C4946. Grayscale: #BABABA. Windows color (decimal): -3950919 or 12170947. OLE color: 12170947.

HSL color Cylindrical-coordinate representation of color #C3B6B9: hue angle of 346.15º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3B6B9 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 182 185 -
CMYK 0 0.07 0.05 0.24
HSL 346.15º 0.1% 0.74% -
HSV(B) 346.15º 0.07% 0.76% -
XYZ 47.99 48.56 52.74 -
YUV 186.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 195 182 185 0 0.07 0.05 0.24 346.15 0.1 0.74
Hex C3 B6 B9 0 7 5 18 15A A 4A
Octal 303 266 271 0 7 5 30 532 12 112
Binary 11000011 10110110 10111001 0 111 101 11000 101011010 1010 1001010

Color Harmonies of #C3B6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B6B9

Black with #C3B6B9

Text Example


Text Example

White with #C3B6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B6B9; }

 p { color: rgb(195,182,185); }

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

background-color css

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

 a { background-color: rgb(195,182,185); }

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

border-color css

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

 span { border-color: rgb(195,182,185); }

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